ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/rxvt-unicode/src/makeintprotos-sed
(Generate patch)

Comparing rxvt-unicode/src/makeintprotos-sed (file contents):
Revision 1.2 by pcg, Mon Nov 24 17:31:27 2003 UTC vs.
Revision 1.3 by root, Mon Feb 14 10:44:50 2005 UTC

1# Get prototypes from a .c file 1# Get prototypes from a .c file
2# $Id: makeintprotos-sed,v 1.2 2003/11/24 17:31:27 pcg Exp $
3# /* INTPROTO */ must be above return type which are above function. 2# /* INTPROTO */ must be above return type which are above function.
4# Args are on one line 3# Args are on one line
5# eg. 4# eg.
6# /* INTPROTO */ 5# /* INTPROTO */
7# void ------> void main(int argc, char **argv); 6# void ------> void main(int argc, char **argv);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines