home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / World_Of_Computer_Software-02-387-Vol-3of3.iso / p / plbin.zip / pl / src / make.sed < prev    next >
Text File  |  1992-05-26  |  185b  |  13 lines

  1. s/^#[     ]*include[     ]/&/
  2. s/^#[     ]*if[     ]/&/
  3. s/^#[     ]*ifdef[     ]/&/
  4. s/^#[     ]*else/&/
  5. s/^#[     ]*elif[     ]/&/
  6. s/^#[     ]*endif/&/
  7. s/^#[     ]*define[     ]/&/
  8. t
  9. s/\\#/@HASH@/g
  10. s/#.*//
  11. s/@HASH@/\\#/g
  12.  
  13.