mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-03 09:48:00 -04:00
14 lines
413 B
Plaintext
14 lines
413 B
Plaintext
$NetBSD: patch-ai,v 1.1 2004/08/10 15:11:15 shannonjr Exp $
|
|
|
|
--- gcc/c-opts.c.orig 2004-02-17 17:09:03.000000000 -0700
|
|
+++ gcc/c-opts.c
|
|
@@ -36,7 +36,7 @@ Software Foundation, 59 Temple Place - S
|
|
#include "c-incpath.h"
|
|
#include "debug.h" /* For debug_hooks. */
|
|
#include "opts.h"
|
|
-#include "options.h"
|
|
+#include "../../obj/gcc/options.h"
|
|
|
|
#ifndef DOLLARS_IN_IDENTIFIERS
|
|
# define DOLLARS_IN_IDENTIFIERS true
|