Changeset 87118b9 in rtems-source-builder
- Timestamp:
- Feb 27, 2013, 1:26:42 AM (7 years ago)
- Branches:
- 4.10, 4.11, 4.9, master
- Children:
- e154844
- Parents:
- b366c75
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
source-builder/sb/config.py
rb366c75 r87118b9 361 361 if colon < 0: 362 362 if not m.endswith('}'): 363 self._warning("malform conditional macro '%s'" % (m))363 self._warning("malformed conditional macro '%s'" % (m)) 364 364 mn = None 365 365 else:
Note: See TracChangeset
for help on using the changeset viewer.