home *** CD-ROM | disk | FTP | other *** search
/ Frozen Fish 1: Amiga / FrozenFish-Apr94.iso / bbs / alib / d3xx / d352 / mg.lha / 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.