lexer: Change the pipeline to allow more flexible use of macros.
[pspp] / src / libpspp / message.h
index d403b696539a4eabe07e9c0a5e520a717d6c37f3..6cfbde7c5019ba2740a01c80bde5266edc7b06fc 100644 (file)
@@ -90,7 +90,7 @@ void msg_location_format (const struct msg_location *, struct string *);
 
 struct msg_stack
   {
-    struct msg_location location;
+    struct msg_location *location;
     char *description;
   };