Subversion Repositories filter_foundry

Rev

Rev 2 | Rev 50 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 2 Rev 41
Line 17... Line 17...
17
    You should have received a copy of the GNU General Public License  
17
    You should have received a copy of the GNU General Public License  
18
    along with this program; if not, write to the Free Software
18
    along with this program; if not, write to the Free Software
19
    Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
19
    Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
20
*/
20
*/
21
 
21
 
22
//#ifdef TARGET_API_MAC_CARBON
-
 
23
//	/* can't use StdCLib ctype.h, it refers to symbols which aren't in OS X stdclib */
-
 
24
//	int toupper(int);
-
 
25
//#else
-
 
26
	#include <ctype.h>
22
#include <ctype.h>
27
//#endif
-
 
28
 
23
 
29
#include "node.h"
24
#include "node.h"
30
#include "dbg.h"
25
#include "dbg.h"
31
#include "y.tab.h"
26
#include "y.tab.h"
32
 
27