object01
Joined: 13 May 2004 Posts: 90 Location: Nashville, TN
|
Missing compiler error? |
Posted: Tue Sep 28, 2004 10:21 am |
|
|
Why doesn't this produce an error, or at least a warning? As far as I can tell, this declaration has no meaning and can't be accessed. I'm not even totally sure it's well-formed C.
Code: | #include <18F2320.h>
struct {
int1 element1;
int1 element2;
int1 element3;
};
void main() {
} |
--
Jeff S. |
|