Changeset 388 for trunk/idl-compiler


Ignore:
Timestamp:
Nov 28, 2008, 6:01:34 PM (17 years ago)
Author:
cinc
Message:

NOM compiles now on FreeBSD. The fame goes to gahr for the patches.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/idl-compiler/ih-emitter_c/ih_file_emitter.c

    r376 r388  
    550550  fprintf(fh, "#elif defined(__linux__)\n");
    551551  fprintf(fh, "# warning FIXME: Check out GC/so on linux.\n");
     552  fprintf(fh, "#elif defined(__FreeBSD__)\n");
     553  fprintf(fh, "# warning FIXME: Check out GC/so on FreeBSD\n");
    552554  fprintf(fh, "#else\n");
    553555  fprintf(fh, "#error DLL must be registered with the garbage collector!\n");
Note: See TracChangeset for help on using the changeset viewer.