~hilaire-fernandes/drgeo/trunk

« back to all changes in this revision

Viewing changes to VMs/iPad/source/iOS/vm/iPhone/sqConfig.h

  • Committer: Hilaire Fernandes
  • Date: 2012-01-27 21:15:40 UTC
  • Revision ID: hilaire.fernandes@gmail.com-20120127211540-912spf97bhpx6mve
Initial additions

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/* sqConfig.h -- platform identification and configuration */
 
2
 
 
3
  /* For Apple's OS X */
 
4
#define macintoshSqueak 1
 
5
 
 
6
# if defined(SQ_CONFIG_DONE)
 
7
#   error configuration conflict
 
8
# endif
 
9
# define SQ_CONFIG_DONE
 
10
 
 
11
#if !defined(SQ_CONFIG_DONE)
 
12
# error test for, and describe, your architecture here.
 
13
#endif