瀏覽代碼

Adjusted to allow the path of the Lpars.h file to be given on the
command line.

dtrg 18 年之前
父節點
當前提交
38276da8ea
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      lang/basic/src/maketokentab

+ 1 - 1
lang/basic/src/maketokentab

@@ -1,6 +1,6 @@
 #!/bin/sh
 
-ed -s Lpars.h <<'+'
+ed -s "${1:-Lpars.h}" <<'+'
 1d
 1,$s/# *define //
 1,$s/ ...$//