this fixes sdcc on alpha, and probably sparc and others. also include a slew of missing headers.
11 lines
233 B
Text
11 lines
233 B
Text
$NetBSD: patch-as,v 1.1 2001/04/29 16:15:16 dmcmahill Exp $
|
|
|
|
--- src/SDCCglobl.h.orig Sat Sep 30 15:39:35 2000
|
|
+++ src/SDCCglobl.h Sun Apr 29 03:48:33 2001
|
|
@@ -25,5 +25,5 @@
|
|
#else
|
|
|
|
-#include "./gc/gc.h"
|
|
+#include <gc.h>
|
|
|
|
#endif
|