~ubuntu-branches/ubuntu/lucid/9base/lucid

« back to all changes in this revision

Viewing changes to debian/patches/proto.h.patch

  • Committer: Bazaar Package Importer
  • Author(s): Daniel Baumann
  • Date: 2009-08-20 17:34:06 UTC
  • mfrom: (6.2.2 squeeze)
  • Revision ID: james.westby@ubuntu.com-20090820173406-xpwqa9ruyevvc0ut
Tags: 1:3-3
* Updating maintainer field.
* Updating vcs fields.
* Updating package to standards version 3.8.3.
* Updatin variables writing in rules to consistent style.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
--- 9base-2/awk/proto.h 2006-01-25 15:21:14.000000000 +0100
2
 
+++ 9base-3/awk/proto.h 2009-08-03 11:15:16.000000000 +0200
3
 
@@ -22,6 +22,8 @@
4
 
 THIS SOFTWARE.
5
 
 ****************************************************************/
6
 
 
7
 
+#define getline p9getline
8
 
+
9
 
 extern int     yywrap(void);
10
 
 extern void    setfname(Cell *);
11
 
 extern int     constnode(Node *);
12
 
@@ -175,3 +177,4 @@
13
 
 
14
 
 extern FILE    *popen(const char *, const char *);
15
 
 extern int     pclose(FILE *);
16
 
+