diff options
author | Jim Wilson <wilson@gcc.gnu.org> | 1994-03-31 21:33:24 -0800 |
---|---|---|
committer | Jim Wilson <wilson@gcc.gnu.org> | 1994-03-31 21:33:24 -0800 |
commit | c2ab36e6556782967da0962563ac63a5f88707f8 (patch) | |
tree | 4a1a58d15660e572436a422b64874a943b211d4b /gcc | |
parent | cb55fc67b7f81a280fae6bf3c4a8ae907bcec98e (diff) | |
download | gcc-c2ab36e6556782967da0962563ac63a5f88707f8.zip gcc-c2ab36e6556782967da0962563ac63a5f88707f8.tar.gz gcc-c2ab36e6556782967da0962563ac63a5f88707f8.tar.bz2 |
Change "gstddef.h" to <stddef.h>. Change "gstdarg.h" to <stdarg.h>.
From-SVN: r6945
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/objc/runtime.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/objc/runtime.h b/gcc/objc/runtime.h index cd9de6a..aee2b93 100644 --- a/gcc/objc/runtime.h +++ b/gcc/objc/runtime.h @@ -27,12 +27,12 @@ You should have received a copy of the GNU General Public License along with #ifndef __objc_runtime_INCLUDE_GNU #define __objc_runtime_INCLUDE_GNU -#include "gstdarg.h" /* for varargs and va_list's */ +#include <stdarg.h> /* for varargs and va_list's */ #include <stdio.h> #include <ctype.h> -#include "gstddef.h" /* so noone else will get system versions */ +#include <stddef.h> /* so noone else will get system versions */ #include "assert.h" #include "objc/objc.h" /* core data types */ |