mirror of
https://github.com/cc65/cc65.git
synced 2026-04-26 13:18:31 +00:00
Check for wrong header file inclusions, add CBM510 stuff
git-svn-id: svn://svn.cc65.org/cc65/trunk@948 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
@@ -12,6 +12,13 @@
|
||||
|
||||
|
||||
|
||||
/* Check for errors */
|
||||
#if !defined(__GEOS__)
|
||||
# error This module may only be used when compiling for GEOS!
|
||||
#endif
|
||||
|
||||
|
||||
|
||||
#ifndef _GCONST_H
|
||||
#include <geos/gconst.h>
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user