]> gcc.gnu.org Git - gcc.git/commitdiff
Change "gstddef.h" to <stddef.h>.
authorJim Wilson <wilson@gcc.gnu.org>
Fri, 1 Apr 1994 05:28:27 +0000 (21:28 -0800)
committerJim Wilson <wilson@gcc.gnu.org>
Fri, 1 Apr 1994 05:28:27 +0000 (21:28 -0800)
From-SVN: r6943

gcc/libgcc2.c

index 8bfbc61c1085e2d9f407c347cc7244aafc5385ef..1d6abc3d507d616258b0b0ad81861c8eaa2050d2 100644 (file)
@@ -31,7 +31,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.  */
 #include "tconfig.h"
 #include "machmode.h"
 #ifndef L_trampoline
-#include "gstddef.h"
+#include <stddef.h>
 #endif
 
 /* Don't use `fancy_abort' here even if config.h says to use it.  */
This page took 0.065161 seconds and 5 git commands to generate.