home *** CD-ROM | disk | FTP | other *** search
/ Fresh Fish 10 / Fresh_Fish_10_2352.bin / useful / util / edit / mg / src.lzh / h / nullfile.h < prev    next >
C/C++ Source or Header  |  1990-05-23  |  364b  |  12 lines

  1. #ifndef    NULLFILE_H
  2. #define NULLFILE_H
  3.  
  4. /*
  5.  * This file exists because some compilers can't handle a file with no data
  6.  * or functions. Here we put nothing. If your system can't handle empty
  7.  * files, then you should create nullfile.h in the directory of code specific
  8.  * for your system, and make sure that your compiles search that directory
  9.  * first.
  10.  */
  11. #endif
  12.