/[global]/global/htags/dupindex.c
ViewVC logotype

Diff of /global/htags/dupindex.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.22 by shigio, Thu Aug 18 15:06:27 2005 UTC revision 1.23 by shigio, Tue Oct 4 07:59:04 2005 UTC
# Line 50  static char command[MAXFILLEN]; Line 50  static char command[MAXFILLEN];
50   *      r)      op      file pointer   *      r)      op      file pointer
51   */   */
52  static FILE *  static FILE *
53  open_dup_file(db, count)  open_dup_file(int db, int count)
         int db;  
         int count;  
54  {  {
55          char path[MAXPATHLEN];          char path[MAXPATHLEN];
56          FILE *op;          FILE *op;
# Line 76  open_dup_file(db, count) Line 74  open_dup_file(db, count)
74   *      i)      op      file pointer   *      i)      op      file pointer
75   */   */
76  static void  static void
77  close_dup_file(op)  close_dup_file(FILE *op)
         FILE *op;  
78  {  {
79          if (cflag) {          if (cflag) {
80                  if (pclose(op) != 0)                  if (pclose(op) != 0)

Legend:
Removed from v.1.22  
changed lines
  Added in v.1.23

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26