From: Jaakko Jarvi (jajarvi_at_[hidden])
Date: 2001-12-17 10:26:38


> struct nil;
 
Using the name nil as the end mark of a ct list was discussed pretty
thoroughly during the tuple review. The outcome was that it was changed to
null_type.

The main reason was that some compiler (I'll have to check which it was)
used that name internally, and that caused problems.

I do like nil, but have things
changed since last summer to make it ok to use nil now?
 
Jaakko