jcf-path.c: Delete PATH_SEPARATOR and DIR_SEPARATOR macros.
2000-01-11 Mumit Khan <khan@xraylith.wisc.edu> * jcf-path.c: Delete PATH_SEPARATOR and DIR_SEPARATOR macros. * jcf-write.c: Likewise. * parse.y: Likewise. * parse.c: Regenerate. From-SVN: r31344
This commit is contained in:
parent
b903d81e07
commit
51149cc88d
@ -1,3 +1,10 @@
|
||||
2000-01-11 Mumit Khan <khan@xraylith.wisc.edu>
|
||||
|
||||
* jcf-path.c: Delete PATH_SEPARATOR and DIR_SEPARATOR macros.
|
||||
* jcf-write.c: Likewise.
|
||||
* parse.y: Likewise.
|
||||
* parse.c: Regenerate.
|
||||
|
||||
2000-01-09 Anthony Green <green@cygnus.com>
|
||||
|
||||
* jcf-write.c (generate_bytecode_insns): Emit invokeinterface
|
||||
|
@ -34,15 +34,6 @@ The Free Software Foundation is independent of Sun Microsystems, Inc. */
|
||||
#define GET_ENV_PATH_LIST(VAR,NAME) do { (VAR) = getenv (NAME); } while (0)
|
||||
#endif
|
||||
|
||||
/* By default, colon separates directories in a path. */
|
||||
#ifndef PATH_SEPARATOR
|
||||
#define PATH_SEPARATOR ':'
|
||||
#endif
|
||||
|
||||
#ifndef DIR_SEPARATOR
|
||||
#define DIR_SEPARATOR '/'
|
||||
#endif
|
||||
|
||||
#ifndef DIR_UP
|
||||
#define DIR_UP ".."
|
||||
#endif
|
||||
|
@ -35,10 +35,6 @@ The Free Software Foundation is independent of Sun Microsystems, Inc. */
|
||||
#include "buffer.h"
|
||||
#include "toplev.h"
|
||||
|
||||
#ifndef DIR_SEPARATOR
|
||||
#define DIR_SEPARATOR '/'
|
||||
#endif
|
||||
|
||||
extern struct obstack temporary_obstack;
|
||||
|
||||
/* Base directory in which `.class' files should be written.
|
||||
|
878
gcc/java/parse.c
878
gcc/java/parse.c
File diff suppressed because it is too large
Load Diff
@ -66,10 +66,6 @@ definitions and other extensions. */
|
||||
#include "except.h"
|
||||
#include "defaults.h"
|
||||
|
||||
#ifndef DIR_SEPARATOR
|
||||
#define DIR_SEPARATOR '/'
|
||||
#endif
|
||||
|
||||
/* Local function prototypes */
|
||||
static char *java_accstring_lookup PROTO ((int));
|
||||
static void classitf_redefinition_error PROTO ((const char *,tree, tree, tree));
|
||||
|
Loading…
Reference in New Issue
Block a user