diff options
author | Ken Raeburn <raeburn@cygnus> | 1994-08-30 23:37:15 +0000 |
---|---|---|
committer | Ken Raeburn <raeburn@cygnus> | 1994-08-30 23:37:15 +0000 |
commit | a48f997a6bdb8a634169cb7093f9a25e79243895 (patch) | |
tree | 5a0d019a767bc51993b59841a58f595fc8b6a89c /gas/as.h | |
parent | bad5ceb8162e41575f211533a1259a809fb37b87 (diff) | |
download | gdb-a48f997a6bdb8a634169cb7093f9a25e79243895.zip gdb-a48f997a6bdb8a634169cb7093f9a25e79243895.tar.gz gdb-a48f997a6bdb8a634169cb7093f9a25e79243895.tar.bz2 |
fix mpw problem with ".." for stan
Diffstat (limited to 'gas/as.h')
-rw-r--r-- | gas/as.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -38,7 +38,7 @@ /* These #defines are for parameters of entire assembler. */ /* For some systems, this is required to be first. */ -#include "../libiberty/alloca-conf.h" +#include "libiberty/alloca-conf.h" /* Now, tend to the rest of the configuration. */ #include "config.h" |