Move fatal(), warning() and aprintf() into the new data module (because they're
authorDavid Given <dg@cowlark.com>
Fri, 30 Sep 2016 17:10:30 +0000 (19:10 +0200)
committerDavid Given <dg@cowlark.com>
Fri, 30 Sep 2016 17:10:30 +0000 (19:10 +0200)
commit3a973a19f3ce8b5446d4a50b63cbed06318d875d
tree8962be6b7910ef0939f400e0e79552930b031aa1
parentb32883b0131abaf9c9c0e4eab3672edf5ccd8a69
Move fatal(), warning() and aprintf() into the new data module (because they're
really useful).
mach/proto/mcg/main.c
mach/proto/mcg/mcg.h
mach/proto/mcg/table
modules/src/data/astring.c [new file with mode: 0644]
modules/src/data/astring.h [new file with mode: 0644]
modules/src/data/diagnostics.c [new file with mode: 0644]
modules/src/data/diagnostics.h [new file with mode: 0644]
modules/src/data/imap.c [new file with mode: 0644]
modules/src/data/imap.h [new file with mode: 0644]
util/mcgg/iburg.c