[Date Prev][Date Next][Thread Prev][Thread Next][Author Index][Date Index][Thread Index]
formic enhancements revisited
- To: <acad!blitzen!rick>
- Subject: formic enhancements revisited
- From: Roland King <roland>
- Date: Tue, 26 Jun 90 22:12:37 PDT
- Cc: <xtech>
1) func ptr: now works like CLASS name: & FUNC name: i.e.
$(IF FUNC ptr: SPT+) boo! $(FI)
says boo! if the current function is a pointer to a type whose
name begins with the letters "SPT".
2) FUNC pseudo: is gone. Use:
$(FOR FUNCS ptr: SP+)
to collect pseudoconstructors.
3) $(FOR FUNCS) outside the scope of any $(FOR CLASSES)
now iterates over all globally-scoped (i.e. non-member) functions.
- Roland