Cosmetic spacing change
This commit is contained in:
parent
670ac9fb2f
commit
b28bf55fb0
|
@ -136,11 +136,11 @@
|
||||||
|
|
||||||
/* Select the small, 16-bit addressing model */
|
/* Select the small, 16-bit addressing model */
|
||||||
|
|
||||||
# define CONFIG_SMALL_MEMORY 1
|
# define CONFIG_SMALL_MEMORY 1
|
||||||
|
|
||||||
/* Long and int are not the same size */
|
/* Long and int are not the same size */
|
||||||
|
|
||||||
# define CONFIG_LONG_IS_NOT_INT 1
|
# define CONFIG_LONG_IS_NOT_INT 1
|
||||||
|
|
||||||
/* Pointers and int are the same size */
|
/* Pointers and int are the same size */
|
||||||
|
|
||||||
|
@ -156,17 +156,17 @@
|
||||||
# else
|
# else
|
||||||
/* No I-space access qualifiers */
|
/* No I-space access qualifiers */
|
||||||
|
|
||||||
# define IOBJ
|
# define IOBJ
|
||||||
# define IPTR
|
# define IPTR
|
||||||
# endif
|
# endif
|
||||||
|
|
||||||
/* Select the small, 16-bit addressing model */
|
/* Select the small, 16-bit addressing model (for D-Space) */
|
||||||
|
|
||||||
# define CONFIG_SMALL_MEMORY 1
|
# define CONFIG_SMALL_MEMORY 1
|
||||||
|
|
||||||
/* Long and int are not the same size */
|
/* Long and int are not the same size */
|
||||||
|
|
||||||
# define CONFIG_LONG_IS_NOT_INT 1
|
# define CONFIG_LONG_IS_NOT_INT 1
|
||||||
|
|
||||||
/* Pointers and int are the same size */
|
/* Pointers and int are the same size */
|
||||||
|
|
||||||
|
@ -186,7 +186,7 @@
|
||||||
|
|
||||||
/* Select the small, 16-bit addressing model */
|
/* Select the small, 16-bit addressing model */
|
||||||
|
|
||||||
# define CONFIG_SMALL_MEMORY 1
|
# define CONFIG_SMALL_MEMORY 1
|
||||||
|
|
||||||
/* Normally, mc68hc1x code is compiled with the -mshort option
|
/* Normally, mc68hc1x code is compiled with the -mshort option
|
||||||
* which results in a 16-bit integer. If -mnoshort is defined
|
* which results in a 16-bit integer. If -mnoshort is defined
|
||||||
|
@ -196,7 +196,7 @@
|
||||||
# if __INT__ == 16
|
# if __INT__ == 16
|
||||||
/* int is 16-bits, long is 32-bits */
|
/* int is 16-bits, long is 32-bits */
|
||||||
|
|
||||||
# define CONFIG_LONG_IS_NOT_INT 1
|
# define CONFIG_LONG_IS_NOT_INT 1
|
||||||
|
|
||||||
/* Pointers and int are the same size (16-bits) */
|
/* Pointers and int are the same size (16-bits) */
|
||||||
|
|
||||||
|
@ -208,7 +208,7 @@
|
||||||
|
|
||||||
/* Pointers and int are NOT the same size */
|
/* Pointers and int are NOT the same size */
|
||||||
|
|
||||||
# define CONFIG_PTR_IS_NOT_INT 1
|
# define CONFIG_PTR_IS_NOT_INT 1
|
||||||
# endif
|
# endif
|
||||||
|
|
||||||
#else
|
#else
|
||||||
|
|
Loading…
Reference in New Issue