Re: routine_id() is not working
- Posted by useless_ Apr 11, 2013
- 1407 views
jimcbrown said...
eukat said...
No error was thrown when the two files both included a sleep,
No error should be thrown here!!! The whole point of namespaces - this shouldn't be an error!
So if i write an include with a sleep proceedure in it, and then i include it and misc.e, no error should be thrown? This should not be a problem?
include sleep.e include misc.e
Why shouldn't this generate an error report?
useless