DEFINE: Improve error messages for parsing macro body.
[pspp] / src / libpspp / message.h
index d994a369f8ef4411fe555de16268133831470a0b..24d2defe46f2e41ed5ce1253fee377841d1733d9 100644 (file)
@@ -23,6 +23,7 @@
 #include "libpspp/compiler.h"
 
 struct string;
+struct substring;
 
 /* What kind of message is this? */
 enum msg_category
@@ -85,6 +86,8 @@ struct msg_point
     int column;
   };
 
+struct msg_point msg_point_advance (struct msg_point, struct substring);
+
 /* Location of the cause of an error. */
 struct msg_location
   {