This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "MIG".
The branch, master has been updated
via f51fc836c5b690f5448e76196dd40bdb55957a11 (commit)
from 3902cb2fcae6e2028252b5d2016bf0e99ed74980 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit f51fc836c5b690f5448e76196dd40bdb55957a11
Author: Flavio Cruz <[email protected]>
Date: Mon Nov 14 00:40:07 2022 -0500
Initialize basic types once and print errors for duplicate definitions
For kernel server or user subsystems we would initialize basic types
twice, once in main() and again for the subsystem declaration. Instead,
initialize basic types when the subsystem is declared and then throw
errors when types are defined multiple times.
Message-Id: <Y3HUt/YAKaqMMTi3@viriathus>
-----------------------------------------------------------------------
Summary of changes:
migcom.c | 1 -
parser.y | 5 ++---
type.c | 16 ++++++++++++++++
3 files changed, 18 insertions(+), 4 deletions(-)
hooks/post-receive
--
MIG