mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-18 10:57:34 +00:00
[VMS] (parse_qualified_param_ident_or_type):
Redefine name to be shorter using pre-processor macro.
This commit is contained in:
parent
b11ebe1a58
commit
dd3badb005
2 changed files with 9 additions and 1 deletions
|
|
@ -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.
|
||||
|
|
|
|||
|
|
@ -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 */
|
||||
|
|
|
|||
Loading…
Reference in a new issue