add const qualifier to most char* prototypes, handle ripple effect
[p5sagit/p5-mst-13.2.git] / op.c
diff --git a/op.c b/op.c
index 7ccfe16..51df803 100644 (file)
--- a/op.c
+++ b/op.c
@@ -541,7 +541,7 @@ pad_reset(void)
 #ifdef USE_THREADS
 /* find_threadsv is not reentrant */
 PADOFFSET
-find_threadsv(char *name)
+find_threadsv(const char *name)
 {
     dTHR;
     char *p;