mkstemp: Move AC_LIBOBJ invocations to module description.
[pspp] / lib / fnmatch_loop.c
index 1fb246f0a245660d455112307b61e290811e9397..8334491d4037fc12dc31e244af1f6be989320dfd 100644 (file)
@@ -200,8 +200,8 @@ FCT (const CHAR *pattern, const CHAR *string, const CHAR *string_end,
         case L_('['):
           {
             /* Nonzero if the sense of the character class is inverted.  */
-            CHAR *p_init = p;
-            CHAR *n_init = n;
+            const CHAR *p_init = p;
+            const CHAR *n_init = n;
             register bool not;
             CHAR cold;
             UCHAR fn;