]> git.saurik.com Git - bison.git/blobdiff - src/getargs.h
Declare %code to be a permanent feature.
[bison.git] / src / getargs.h
index 32135b5e53914522e44babab441d66740376016c..8c624d76e5d8e4e60ad91adfc37d51ff573ad351 100644 (file)
@@ -136,4 +136,7 @@ void getargs (int argc, char *argv[]);
 void language_argmatch (char const *arg, int prio, location loc);
 void skeleton_arg (const char *arg, int prio, location loc);
 
+/** In the string \c s, replace all characters \c from by \c to.  */
+void tr (char *s, char from, char to);
+
 #endif /* !GETARGS_H_ */