Changeset 6261


Ignore:
Timestamp:
Apr 13, 2007, 10:37:20 PM (18 years ago)
Author:
Gary Byers
Message:

Say "extern" a few times, to work around laughable Apple ld64 gibberish.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ccl/lisp-kernel/lisp.h

    r6216 r6261  
    3030#include "macros.h"
    3131
    32 Boolean use_mach_exception_handling;
    33 Boolean running_under_rosetta;
     32extern Boolean use_mach_exception_handling;
     33extern Boolean running_under_rosetta;
    3434
    35 int page_size, log2_page_size;
     35extern int page_size, log2_page_size;
    3636
    3737static inline unsigned long
Note: See TracChangeset for help on using the changeset viewer.