13 lines
297 B
Text
13 lines
297 B
Text
$NetBSD: patch-av,v 1.1 2006/10/10 06:56:05 uebayasi Exp $
|
|
|
|
--- bcc/input.c.orig 1992-11-14 16:12:36.000000000 +0100
|
|
+++ bcc/input.c
|
|
@@ -2,6 +2,8 @@
|
|
|
|
/* Copyright (C) 1992 Bruce Evans */
|
|
|
|
+#include <string.h>
|
|
+
|
|
#define ARBITRARY_BACKSLASH_NEWLINES_NOT
|
|
#define INSERT_BACKSLASH_NEWLINES_NOT
|
|
|