Redefine name to be shorter using pre-processor macro.
+2004-05-12 Thien-Thi Nguyen <ttn@gnu.org>
+
+ * ebrowse.c [VMS] (parse_qualified_param_ident_or_type):
+ Redefine name to be shorter using pre-processor macro.
+
2004-05-12 Thien-Thi Nguyen <ttn@gnu.org>
* cvtmail.c (malloc, realloc): Declarations deleted.
char *operator_name P_ ((int *));
struct sym *parse_classname P_ ((void));
struct sym *parse_qualified_ident_or_type P_ ((char **));
+#ifdef VMS
+#define parse_qualified_param_ident_or_type pq_param_ident_or_type
+#endif
void parse_qualified_param_ident_or_type P_ ((char **));
int globals P_ ((int));
void yyerror P_ ((char *, char *));
return EXIT_SUCCESS;
}
-/* ebrowse.c ends here. */
+/* ebrowse.c ends here */