Adjusted to allow the path of the Lpars.h file to be given on the
authordtrg <none@none>
Wed, 26 Jul 2006 23:05:52 +0000 (23:05 +0000)
committerdtrg <none@none>
Wed, 26 Jul 2006 23:05:52 +0000 (23:05 +0000)
command line.

lang/basic/src/maketokentab

index 3c8b76f..6ceee72 100755 (executable)
@@ -1,6 +1,6 @@
 #!/bin/sh
 
-ed -s Lpars.h <<'+'
+ed -s "${1:-Lpars.h}" <<'+'
 1d
 1,$s/# *define //
 1,$s/ ...$//