* config/vax/xm-vms.h: Define OBJECT_SUFFIX and EXECUTABLE_SUFFIX.

From-SVN: r32322
This commit is contained in:
Zack Weinberg 2000-03-04 05:36:14 +00:00 committed by Zack Weinberg
parent 455d25861f
commit 5f8a859740
2 changed files with 5 additions and 0 deletions

View File

@ -1,5 +1,7 @@
2000-03-03 Zack Weinberg <zack@wolery.cumb.org>
* config/vax/xm-vms.h: Define OBJECT_SUFFIX and EXECUTABLE_SUFFIX.
* cpplib.h (_dollar_ok): New macro.
(is_idchar, is_idstart): Use it.
(IStable): Rename to _cpp_IStable. Declare it const if

View File

@ -204,3 +204,6 @@ extern void *alloca(unsigned);
extern char *alloca();
#endif
#endif
#define OBJECT_SUFFIX ".obj"
#define EXECUTABLE_SUFFIX ".exe"