1. Re: Conditional includes and generic routine names (was: Re: Euphoria feature reques
- Posted by Pete Lomax <petelomax at blueyonder.co.uk> Dec 10, 2003
- 471 views
On 10 Dec 2003 16:00:41 +0100, Christian Cuvier <Christian.CUVIER at agriculture.gouv.fr> wrote: >You don't need namespaces and still use generic names, but it's a bit >complicated: I assume that instead of the KISS principle (Keep It Simple, Simon), this is the CUDDLE principle (Complicate Unnecessarily During Development Laughs Eric)) > >--in editexw.e: >function openFile(sequence fname,sequence mode) >end function >dynAPI[openFile_]=routine_id(openFile) <snip> >include editexw.e >dynAPI=defdynAPI Looks to me like you've just trashed all the routine-ids. Pete