Servostar / gemstone

Gemstone programming language compiler (GSC)
GNU General Public License v2.0
3 stars 0 forks source link

13 fix log macro #14

Closed Servostar closed 4 months ago

Servostar commented 4 months ago

Added custom macro definition for __FILE_NAME__ in sys/log.h.

This macro is undefined on the following compiler:

For this reason the patch implements a custom macro which retrieves at runtime the last path segment of the entire file path. This method should work for both Linux and Windows. Handling of non Windows or Linux compilers is not supported (BSD, ....) @SirTalksalot75 please verify correct filename output on windows.