home *** CD-ROM | disk | FTP | other *** search
/ Nebula 1 / Nebula One.iso / Internet / Misc / Weather-1.1 / Source / Other.bproj / dummy.c < prev    next >
Encoding:
Text File  |  1995-06-12  |  161 b   |  9 lines

  1. /* 3.0 won't let you "make install" a project containing a bundle
  2.  * with no object code, so this makes it work
  3.  */
  4.  
  5. int this_does_nothing(void)
  6. {
  7.     return 0;
  8. }
  9.