|
|
I just wonder if there is some way to check if an array element has been
declared, i.e "#ifdef(array[index])". I have tried various methods, but
not been successful.
- Mikael.
------------------------
Mikael Carneholm
Dep. of Computer Science
email: sa9### [at] idautbhbse
homepage: http://www.studenter.hb.se/~arch
Post a reply to this message
|
|
|
|
On Mon, 26 Oct 1998 17:33:03 +0100, Mikael Carneholm
<sa9### [at] idautbhbse> wrote:
>I just wonder if there is some way to check if an array element has been
>declared, i.e "#ifdef(array[index])". I have tried various methods, but
>not been successful.
It looks as though there isn't currently a way to do this. It doesn't
look like it'd be too hard to modify the tokenizer to allow this,
though. Basically, it'd require lifting some code from Read_Symbol
and grafting it onto parse_ifdef_param. I'll see if I can wedge this
into the next version of the superpatch.
Post a reply to this message
|
|