home *** CD-ROM | disk | FTP | other *** search
/ Turbo Toolbox / Turbo_Toolbox.iso / sharew / f_2_c / source / unline.awk < prev    next >
Encoding:
Text File  |  1990-09-13  |  56 b   |  4 lines

  1. /^#line/ {print "/* "$0" */"}
  2. !/^#line/ {print $0}
  3.  
  4.