[Date Prev][Date Next][Thread Prev][Thread Next][Author Index][Date Index][Thread Index]
formic enhancements
- To: <roland@xxxxxxxxxxx>
- Subject: formic enhancements
- From: Ravi Pandya <ravi>
- Date: Mon, 25 Jun 90 17:03:22 PDT
- Cc: <acad!blitzen!rick>, <xtech>
- In-reply-to: <Roland>,44 PDT <9006252323.AA10482@fester>
Date: Mon, 25 Jun 90 16:23:44 PDT
From: roland@xxxxxxxxxxx (Roland King)
2) FUNC pseudo: is TRUE iff the return type of the function is a pointer
to a type whose name differs from that of the function only in that
the function name begins with a lowercase letter and the type name
begins w/ an uppercase name.
- Roland
The region & filter code has lots of pseudo constructors that don't
use this convention (e.g. openFilter, allIntegers, etc.) When do we
need to know if a function is a pseudo constructor? Since most of them
are, we could just use a tag to indicate non-pseudo-constructors.
--ravi