Ignore:
Timestamp:
Apr 17, 2011, 10:28:05 AM (12 years ago)
Author:
Sam Hocevar
Message:

Fuck the history, I'm renaming all .hpp files to .h for my own sanity.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • abuse/trunk/src/lisp/lisp_opt.cpp

    r124 r481  
    1111
    1212#ifdef NO_LIBS
    13 #include "fakelib.hpp"
     13#include "fakelib.h"
    1414#else
    15 #include "macs.hpp"
     15#include "macs.h"
    1616#endif
    1717
    18 #include "lisp.hpp"
    19 #include "lisp_gc.hpp"
     18#include "lisp.h"
     19#include "lisp_gc.h"
    2020
    2121void *true_symbol=NULL,*l_undefined,*list_symbol,*string_symbol,     // in lisp_init()
Note: See TracChangeset for help on using the changeset viewer.