Opened 15 years ago

Closed 15 years ago

Last modified 8 years ago

#154 closed defect (fixed)

C99-style comments cause compile problem on AIX 5.3

Reported by: rainer Owned by: rainer
Priority: major Milestone: 2.5.7
Component: main Version:
Keywords: Cc:

Description

Reported by joshvenki:

./encode 0 ./src/slib.c --> x_slib.c
xlc_r -DHAVE_CONFIG_H -I. -I./include -D_THREAD_SAFE -DUSE_MALLOC_LOCK=1 -lm -bI:/lib/pse.exp -bnoipath -O3 -qstrict -D_THREAD_SAFE -DUSE_MALLOC_LOCK=1 -DSH_STANDALONE -o slib.o -c x_slib.c
"x_slib.c", line 2021.15: 1506-046 (S) Syntax error.
"x_slib.c", line 2021.18: 1506-045 (S) Undeclared identifier imax.
make: The error code from the last command is 1.

C99-style comments should be replaced by traditional comment style.

Change History (2)

comment:1 by rainer, 15 years ago

Milestone: 2.5.7

comment:2 by rainer, 15 years ago

Resolution: fixed
Status: newclosed

Fixed in changeset [237].

Note: See TracTickets for help on using tickets.