Opened 16 years ago
Closed 16 years ago
#252 closed enhancement (fixed)
expand grammar for #define constants
| Reported by: | Stephen Siegel | Owned by: | zirkel |
|---|---|---|---|
| Priority: | major | Milestone: | 1.1 |
| Component: | front | Version: | 1.1 |
| Keywords: | constant define pointer null | Cc: |
Description
The following statements should be allowed, but currently do not parse:
#define X NULL
#define MPI_REQUEST_NULL (MPI_Request)NULL
etc. These should all be legitimate named constants.
Change History (3)
comment:1 by , 16 years ago
| Milestone: | Release 1.0 → 1.1 |
|---|---|
| Version: | 1.0 → 1.1 |
comment:2 by , 16 years ago
| Owner: | changed from to |
|---|---|
| Status: | new → assigned |
comment:3 by , 16 years ago
| Resolution: | → fixed |
|---|---|
| Status: | assigned → closed |
Note:
See TracTickets
for help on using tickets.

The following statement is now in examples/parserTest/nullCast.c:
Also, #defines, #includes, and declarations can all be interspersed now.