FDECL and NDECL in sys/vms
This commit is contained in:
@@ -9,8 +9,8 @@
|
||||
|
||||
int debuggable = 0; /* 1 if we can debug or show a call trace */
|
||||
|
||||
void FDECL(vms_exit, (int));
|
||||
void NDECL(vms_abort);
|
||||
void vms_exit(int);
|
||||
void vms_abort(void);
|
||||
|
||||
/* first arg should be unsigned long but <lib$routines.h> has unsigned int */
|
||||
extern void VDECL(lib$signal, (unsigned, ...));
|
||||
|
||||
Reference in New Issue
Block a user