diff src/lex.h @ 4037:7e0c73f17a5d

[project @ 2002-08-13 02:02:26 by jwe]
author jwe
date Tue, 13 Aug 2002 02:02:26 +0000
parents 69b6bd271277
children 6b96ce9f5743
line wrap: on
line diff
--- a/src/lex.h
+++ b/src/lex.h
@@ -82,6 +82,14 @@
     } \
   while (0)
 
+#define XBIN_OP_RETURN(tok, convert) \
+  do \
+    { \
+	gripe_matlab_incompatible_operator (yytext); \
+        BIN_OP_RETURN (tok, convert); \
+    } \
+  while (0)
+
 // XXX FIXME XXX -- these input buffer things should be members of an
 // parser input stream class.