mirror of
https://github.com/genodelabs/genode.git
synced 2025-01-27 14:49:31 +00:00
615dd377dd
* Get rid of preprocessor macros. * Introduce Main as class. * Exit with -1 instead of endless loops on errors. * Don't try to deal with error conditions, just print a message and exit with -1. * Only one operation per line. Ref #4151 Ref #4710