aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/symbols-extract.tes
diff options
context:
space:
mode:
Diffstat (limited to 'src/symbols-extract.tes')
-rwxr-xr-xsrc/symbols-extract.tes12
1 files changed, 6 insertions, 6 deletions
diff --git a/src/symbols-extract.tes b/src/symbols-extract.tes
index da9c207..6c7ef05 100755
--- a/src/symbols-extract.tes
+++ b/src/symbols-extract.tes
@@ -11,18 +11,18 @@ EIQ[$SCITECOPATH]/string.tes
!* read commandline arguments *!
[getopt.p]
-[optstring]p:n: M[getopt]"F (0/0) '
-LR 0X#ou 2LR 0X#in HK
+[optstring]p:n:
+M[getopt]U#ou Q#ou"< Invalid command-line^J 1 ' Q#ou+1U#in
!* copy all defines in input file beginning with prefix *!
-EBN#in <S#defineS[[Q[getopt.p]]M ]; 1:Xa 10:a> EF
+EBN[\#in] <S#defineS[[Q[getopt.p]]M ]; 1:Xa 10:a> EF
!* sort all defines *!
Ga ZJB 0,.M[qsort] J
!* format as C/C++ array *!
I/*
- * AUTOGENERATED FROM Q#in
+ * AUTOGENERATED FROM Q[\#in]
* DO NOT EDIT
*/
#ifdef HAVE_CONFIG_H
@@ -31,7 +31,7 @@ I/*
#include <glib.h>
-#include "Q#in"
+#include "Q[\#in]"
#include "sciteco.h"
#include "symbols.h"
@@ -56,6 +56,6 @@ teco_cmdline_cleanup(void)

!* write output file *!
-2EL EWQ#ou
+2EL EWQ[\#ou]
EX