[9bb90a86] | 1 | constant0-1.c:14 error: duplicate object definition for 0: signed int |
---|
| 2 | constant0-1.c:15 error: duplicate object definition for 0: const signed int |
---|
| 3 | constant0-1.c:16 error: duplicate object definition for 1: signed int |
---|
| 4 | constant0-1.c:17 error: duplicate object definition for 1: const signed int |
---|
| 5 | constant0-1.c:18 error: duplicate object definition for 0: signed int |
---|
| 6 | constant0-1.c:18 error: duplicate object definition for 1: signed int |
---|
| 7 | constant0-1.c:19 error: duplicate object definition for 0: signed int |
---|
| 8 | constant0-1.c:19 error: duplicate object definition for 1: signed int |
---|
| 9 | constant0-1.c:20 error: duplicate object definition for 0: const signed int |
---|
| 10 | constant0-1.c:20 error: duplicate object definition for 1: const signed int |
---|
| 11 | constant0-1.c:21 error: duplicate object definition for 0: const signed int |
---|
| 12 | constant0-1.c:21 error: duplicate object definition for 1: const signed int |
---|
| 13 | constant0-1.c:39 error: duplicate object definition for 0: pointer to signed int |
---|
| 14 | constant0-1.c:39 error: duplicate object definition for 1: pointer to signed int |
---|
| 15 | constant0-1.c:40 error: duplicate object definition for 0: pointer to signed int |
---|
| 16 | constant0-1.c:40 error: duplicate object definition for 1: pointer to signed int |
---|
| 17 | constant0-1.c:41 error: duplicate object definition for 0: pointer to signed int |
---|
| 18 | constant0-1.c:41 error: duplicate object definition for 1: pointer to signed int |
---|
| 19 | constant0-1.c:42 error: duplicate object definition for 0: pointer to signed int |
---|
| 20 | constant0-1.c:42 error: duplicate object definition for 1: pointer to signed int |
---|
| 21 | constant0-1.c:43 error: duplicate object definition for 0: const pointer to signed int |
---|
| 22 | constant0-1.c:43 error: duplicate object definition for 1: const pointer to signed int |
---|
| 23 | constant0-1.c:44 error: duplicate object definition for 0: const pointer to signed int |
---|
| 24 | constant0-1.c:44 error: duplicate object definition for 1: const pointer to signed int |
---|
| 25 | constant0-1.c:45 error: duplicate object definition for 0: const pointer to signed int |
---|
| 26 | constant0-1.c:45 error: duplicate object definition for 1: const pointer to signed int |
---|
| 27 | constant0-1.c:46 error: duplicate object definition for x: const pointer to pointer to signed int |
---|
| 28 | constant0-1.c:46 error: duplicate object definition for 0: pointer to pointer to signed int |
---|
| 29 | constant0-1.c:47 error: duplicate object definition for x: const pointer to pointer to signed int |
---|
| 30 | constant0-1.c:47 error: duplicate object definition for 0: pointer to pointer to signed int |
---|
| 31 | constant0-1.c:50 error: duplicate object definition for x: const pointer to pointer to signed int |
---|
| 32 | constant0-1.c:50 error: duplicate object definition for 0: pointer to pointer to signed int |
---|
[d5b904d] | 33 | make: *** [constant0-1DP] Error 1 |
---|