summaryrefslogtreecommitdiffstats
path: root/sipgen/parser.h
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-11-22 13:36:40 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-11-22 13:36:40 -0600
commit71cbc66f6c877652370529d008263320a6cea74c (patch)
treeea7fe01b0519e1e13c35985ba17fad7ba7e0b1ae /sipgen/parser.h
parent7d27356bafd5670adcc8753ab5437b3bf8ffa4be (diff)
downloadsip4-tqt-71cbc66f6c877652370529d008263320a6cea74c.tar.gz
sip4-tqt-71cbc66f6c877652370529d008263320a6cea74c.zip
Fix FTBFS
Diffstat (limited to 'sipgen/parser.h')
-rw-r--r--sipgen/parser.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/sipgen/parser.h b/sipgen/parser.h
index 2f87559..c8a3608 100644
--- a/sipgen/parser.h
+++ b/sipgen/parser.h
@@ -121,9 +121,9 @@
TK_LOGICAL_OR = 337,
TK_CONST = 338,
TK_STATIC = 339,
- TK_SIPTQT_SIGNAL = 340,
- TK_SIPTQT_SLOT = 341,
- TK_SIPANYTQT_SLOT = 342,
+ TK_SIPSIGNAL = 340,
+ TK_SIPSLOT = 341,
+ TK_SIPANYSLOT = 342,
TK_SIPRXCON = 343,
TK_SIPRXDIS = 344,
TK_SIPSLOTCON = 345,
@@ -235,9 +235,9 @@
#define TK_LOGICAL_OR 337
#define TK_CONST 338
#define TK_STATIC 339
-#define TK_SIPTQT_SIGNAL 340
-#define TK_SIPTQT_SLOT 341
-#define TK_SIPANYTQT_SLOT 342
+#define TK_SIPSIGNAL 340
+#define TK_SIPSLOT 341
+#define TK_SIPANYSLOT 342
#define TK_SIPRXCON 343
#define TK_SIPRXDIS 344
#define TK_SIPSLOTCON 345