This is extracted from my module:
When trying to assign a new value to a constant after it's initialization the compiler issues (only) a warning message.
This is not correct in C99 but my module seem to be based on C89 could somebody confirm the validity of this statement as per C89.