ViewVC Help
View File | Revision Log | Show Annotations | Download File | Root Listing
root/radiance/ray/src/px/psign.c
(Generate patch)

Comparing ray/src/px/psign.c (file contents):
Revision 2.25 by schorsch, Sun Mar 28 20:33:14 2004 UTC vs.
Revision 2.26 by greg, Mon Jan 1 03:03:32 2007 UTC

# Line 64 | Line 64 | int  nlines, maxline;                  /* text dimensions */
64   int  maxwidth;                          /* maximum line width (dvi) */
65  
66   static void makemap(void);
67 < static void gettext(FILE  *fp);
67 > static void get_text(FILE  *fp);
68   static void arg_text(int  ac, char  *av[]);
69   static void maptext(void);
70   static void mapglyph(GLYPH  *gl, int  tx0, int  ty0);
# Line 141 | Line 141 | unkopt:
141          ourfont = getfont(fontfile);
142                                          /* get text */
143          if (an == argc)
144 <                gettext(stdin);
144 >                get_text(stdin);
145          else
146                  arg_text(argc-an, argv+an);
147  
# Line 226 | Line 226 | makemap(void)                  /* create the bit map */
226  
227  
228   static void
229 < gettext(                        /* get text from a file */
229 > get_text(                       /* get text from a file */
230          FILE  *fp
231   )
232   {
# Line 266 | Line 266 | gettext(                       /* get text from a file */
266          }
267          return;
268   memerr:
269 <        error(SYSTEM, "Out of memory in gettext");
269 >        error(SYSTEM, "Out of memory in get_text");
270   }
271  
272  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines