pkgsrc/print/web2c/patches/patch-au

17 lines
386 B
Text
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

$NetBSD: patch-au,v 1.1 2009/07/17 06:55:14 minskim Exp $
--- cpascal.h.orig 2008-05-24 16:56:44.000000000 -0700
+++ cpascal.h
@@ -272,6 +272,12 @@ typedef struct option getoptstruct;
#undef getname
#define getname vms_getname
#endif
+
+#ifdef getline
+#undef getline
+#endif
+#define getline web2c_getline
+
/* Declarations for the routines we provide ourselves in lib/. */