head 1.3; access; symbols pkgsrc-2013Q2:1.3.0.4 pkgsrc-2013Q2-base:1.3 pkgsrc-2012Q4:1.3.0.2 pkgsrc-2012Q4-base:1.3 pkgsrc-2012Q3:1.2.0.26 pkgsrc-2012Q3-base:1.2 pkgsrc-2012Q2:1.2.0.24 pkgsrc-2012Q2-base:1.2 pkgsrc-2012Q1:1.2.0.22 pkgsrc-2012Q1-base:1.2 pkgsrc-2011Q4:1.2.0.20 pkgsrc-2011Q4-base:1.2 pkgsrc-2011Q3:1.2.0.18 pkgsrc-2011Q3-base:1.2 pkgsrc-2011Q2:1.2.0.16 pkgsrc-2011Q2-base:1.2 pkgsrc-2011Q1:1.2.0.14 pkgsrc-2011Q1-base:1.2 pkgsrc-2010Q4:1.2.0.12 pkgsrc-2010Q4-base:1.2 pkgsrc-2010Q3:1.2.0.10 pkgsrc-2010Q3-base:1.2 pkgsrc-2010Q2:1.2.0.8 pkgsrc-2010Q2-base:1.2 pkgsrc-2010Q1:1.2.0.6 pkgsrc-2010Q1-base:1.2 pkgsrc-2009Q4:1.2.0.4 pkgsrc-2009Q4-base:1.2 pkgsrc-2009Q3:1.2.0.2 pkgsrc-2009Q3-base:1.2; locks; strict; comment @# @; 1.3 date 2012.12.09.15.21.48; author wiz; state dead; branches; next 1.2; 1.2 date 2009.08.11.14.59.09; author taca; state Exp; branches; next 1.1; 1.1 date 2009.08.11.14.52.28; author taca; state Exp; branches; next ; desc @@ 1.3 log @Update to 1.36: Version 1.36 29.May.2010 * Several minor cleanups. Version 1.35 22.Oct.2009 * Don't use "getline" as a symbol (reported by Karl Berry and C.M. Connelly). @ text @$NetBSD: patch-aa,v 1.2 2009/08/11 14:59:09 taca Exp $ Avoid confliction with getline(3). --- t1asm.c.orig 2008-03-02 02:59:11.000000000 +0900 +++ t1asm.c @@@@ -280,7 +280,7 @@@@ static int check_line_charstring() the newline is put into line[]. When terminated by '{', the '{' is not put into line[], and the flag start_charstring is set to 1. */ -static void getline() +static void get_line() { int c; char *p = line; @@@@ -721,7 +721,7 @@@@ particular purpose.\n"); without /Subrs sections and provided a patch. */ while (!feof(ifp) && !ferror(ifp)) { - getline(); + get_line(); if (!ever_active) { if (strncmp(line, "currentfile eexec", 17) == 0 && isspace(line[17])) { @@@@ -792,7 +792,7 @@@@ particular purpose.\n"); /* There may be additional code. */ while (!feof(ifp) && !ferror(ifp)) { - getline(); + get_line(); eexec_string(line); } @ 1.2 log @Add description of patch. @ text @d1 1 a1 1 $NetBSD: patch-aa,v 1.1 2009/08/11 14:52:28 taca Exp $ @ 1.1 log @Add a patch to deal with getline(3) confliction. @ text @d1 3 a3 1 $NetBSD$ @