1
0
mirror of https://github.com/adtools/clib2.git synced 2025-12-08 14:59:05 +00:00

- Moved the __UtilityBase/__IUtility variable declarations into

a separate file.

- Simplified the library/open close code in "stdlib_main.c".


git-svn-id: file:///Users/olsen/Code/migration-svn-zu-git/logical-line-staging/clib2/trunk@14908 87f5fb63-7c3d-0410-a384-fd976d0f7a62
This commit is contained in:
Olaf Barthel
2005-03-30 19:37:47 +00:00
parent 9c2c44b008
commit 09b52e077f
12 changed files with 275 additions and 116 deletions

View File

@ -1,5 +1,5 @@
#
# $Id: GNUmakefile.68k,v 1.46 2005-03-20 17:14:58 obarthel Exp $
# $Id: GNUmakefile.68k,v 1.47 2005-03-30 19:37:13 obarthel Exp $
#
# :ts=8
#
@ -346,6 +346,7 @@ C_LIB = \
stdlib_system.o \
stdlib_termination_message.o \
stdlib_threshold.o \
stdlib_utilitybase.o \
stdlib_udivsi3.o \
stdlib_udivsi4.o \
stdlib_umodsi3.o \