]> git.saurik.com Git - bison.git/blobdiff - src/parse-gram.c
maint: space changes
[bison.git] / src / parse-gram.c
index 24ff8f0f80dd7c22b03fd858169f962bf445d8ed..8539085b69a9761d63f01c79f7fece22b2dd13f6 100644 (file)
@@ -1937,7 +1937,7 @@ YYLTYPE yylloc;
        `yyvs': related to semantic values.
        `yyls': related to locations.
 
-       Refer to the stacks thru separate pointers, to allow yyoverflow
+       Refer to the stacks through separate pointers, to allow yyoverflow
        to reallocate them elsewhere.  */
 
     /* The state stack.  */
@@ -2431,7 +2431,7 @@ yyreduce:
 #line 343 "src/parse-gram.y"
     {
       char const *skeleton_user = (yyvsp[0].chars);
-      if (mbschr (skeleton_user, '/'))
+      if (strchr (skeleton_user, '/'))
         {
           size_t dir_length = strlen (current_file);
           char *skeleton_build;