Changeset 104 for server/common/oursrc/execsys/upd-execsys
- Timestamp:
- Jan 20, 2007, 10:52:04 PM (19 years ago)
- File:
- 
          - 1 edited
 
 - 
          server/common/oursrc/execsys/upd-execsys (modified) (1 diff)
 
Legend:
- Unmodified
- Added
- Removed
- 
        server/common/oursrc/execsys/upd-execsysr26 r104 107 107 close(CONF); 108 108 109 open(CAT, "./static sys-cat.c.pre");109 open(CAT, "./static-cat.c.pre"); 110 110 $file = <CAT>; 111 111 ($fstart, $fend) = ($file =~ /$regexp/s); 112 112 close(CAT); 113 113 114 open(CAT, ">./static sys-cat.c");114 open(CAT, ">./static-cat.c"); 115 115 print CAT $fstart, "\n"; 116 116 print CAT '#define NEXTS ', scalar(@static), "\n"; 
Note: See TracChangeset
          for help on using the changeset viewer.
      
