]> git.pld-linux.org Git - packages/mpage.git/blob - mpage-incomplete-type.patch
- Fixed a compilation error with a newer gcc
[packages/mpage.git] / mpage-incomplete-type.patch
1 --- mpage-2.5.1/mpage.h~        1998-03-24 23:07:58.000000000 +0100
2 +++ mpage-2.5.1/mpage.h 2007-02-15 21:43:42.000000000 +0100
3 @@ -159,7 +159,6 @@
4  extern int ps_width;   /* number of points in the X direction (8.5 inches) */
5  extern int ps_height;  /* number of points in the Y direction (11 inches) */
6  extern char * media;   /* name of output page media */
7 -extern struct page_desc paper[];
8  
9  /*
10   * a sheet describes the measurements and orientatation of a page for
11 @@ -208,7 +207,8 @@
12      int width;
13      int height;
14  };
15 -    
16 +
17 +extern struct page_desc paper[];
18  
19  /* array of sheets where pages are ordered for coli ??? */
20  extern struct sheet coli[];
This page took 0.061208 seconds and 3 git commands to generate.