Mercurial > public > mk2
comparison code_part1/OSTC_code_c_part2/p2_definitions.h @ 743:8466932a2fcf
.. minor cleanups
author | JeanDo |
---|---|
date | Mon, 12 Aug 2013 15:08:05 +0200 |
parents | f555590f1419 |
children | c50296c3059e |
comparison
equal
deleted
inserted
replaced
733:b064dd9c9899 | 743:8466932a2fcf |
---|---|
109 # define ram | 109 # define ram |
110 # define rom | 110 # define rom |
111 # define overlay | 111 # define overlay |
112 # define PARAMETER | 112 # define PARAMETER |
113 | 113 |
114 # include <assert.h> | |
115 | |
116 // Avoid warnings about float/double mismatches: | 114 // Avoid warnings about float/double mismatches: |
117 # ifdef WIN32 | 115 # ifdef WIN32 |
118 # pragma warning(disable: 4244 4068 4305) | 116 # pragma warning(disable: 4244 4068 4305) |
119 # endif | 117 # endif |
120 #else | 118 #else |