kristerw 3a7b34238b The implementation of the try/catch functionality uses two gcc extensions
that our lint does not understand.

One of these extensions (local labels) is needed only when using multiple
try/catch blocks within a function, and the comment before these macros
say that they should be used only once per function so that the implementaton
may be portable.

The other extension (taking the address of a label) is not needed at all.

Remove the use of the extensions.
2003-03-15 02:54:24 +00:00
..
2003-03-03 21:16:02 +00:00
2003-03-03 21:16:02 +00:00
2003-02-25 09:12:11 +00:00
2003-02-25 09:12:11 +00:00
2003-03-03 21:16:02 +00:00
2003-03-03 21:16:02 +00:00
2003-02-26 19:31:33 +00:00
2003-02-25 09:12:11 +00:00
2003-02-26 21:50:15 +00:00