preliminary support for namespace mangling (I had this lying around for some weeks)
[cparser] / create_builtins_h.sh
index e9d86eb..441f281 100755 (executable)
@@ -6,7 +6,7 @@ cat <<__EOF__
 static const char builtins[] =
 __EOF__
 
-cat builtins/builtins.c | sed -e 's/^/\t\"/g' -e 's/$/\\n\"/g'
+cat builtins/builtins.c | sed -e "s/^/\\\"/g" -e "s/$/\\\n\\\"/g"
 
 cat << __EOF__
 ;