[VMS] (parse_qualified_param_ident_or_type):

Redefine name to be shorter using pre-processor macro.
This commit is contained in:
Thien-Thi Nguyen 2004-05-12 21:32:18 +00:00
parent b11ebe1a58
commit dd3badb005
2 changed files with 9 additions and 1 deletions

View file

@ -1,3 +1,8 @@
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.

View file

@ -526,6 +526,9 @@ unsigned parm_list P_ ((int *));
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 *));
@ -3926,4 +3929,4 @@ main (argc, argv)
return EXIT_SUCCESS;
}
/* ebrowse.c ends here. */
/* ebrowse.c ends here */