- Remove leading article from COMMENT - Support staging PR: ports/184236 Submitted by: KATO Tsuguru <tkato432@yahoo.com>
10 lines
254 B
Text
10 lines
254 B
Text
--- etc/rsconvert/yacc.y.orig
|
|
+++ etc/rsconvert/yacc.y
|
|
@@ -14,6 +14,7 @@
|
|
/* $Id: yacc.y,v 4.0.1.3 92/02/07 11:05:21 cek Exp Locker: cek $ */
|
|
%{
|
|
#include <stdio.h>
|
|
+#include <stdlib.h>
|
|
#include "libcommon/common.h"
|
|
|
|
#define NEWLINE() WriteNewline()
|