[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Predefined Pragma Variables
> > I want to introduce some predefined pragma variables for OOC to
> snip
> > Any comments (additional variables, different names or definitions)?
> 
> How about:
> 
> __FILE__   current source module name. eg "ObxAscii.Mod"
> 
> __TIME__ and __DATE__ current time and date
No very useful.  You can't insert the value of a pragma variable into
the module source, unlike #defines known from cpp.
-- mva