mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-17 18:37:33 +00:00
[VMS] Include lib$routines.h.
This commit is contained in:
parent
eff64df12f
commit
4d4e877d8f
2 changed files with 5 additions and 0 deletions
|
|
@ -1,3 +1,7 @@
|
|||
2004-05-08 Thien-Thi Nguyen <ttn@gnu.org>
|
||||
|
||||
* etags.c: [VMS] Include lib$routines.h.
|
||||
|
||||
2004-05-08 Thien-Thi Nguyen <ttn@gnu.org>
|
||||
|
||||
* b2m.c (GOOD, BAD): Delete macros. Throughout,
|
||||
|
|
|
|||
|
|
@ -806,6 +806,7 @@ typedef struct {
|
|||
|
||||
#include <rmsdef.h>
|
||||
#include <descrip.h>
|
||||
#include <lib$routines.h>
|
||||
#define OUTSIZE MAX_FILE_SPEC_LEN
|
||||
static short
|
||||
fn_exp (out, in)
|
||||
|
|
|
|||
Loading…
Reference in a new issue