Skip to content

Commit

Permalink
Merge pull request #3800 from WalterBright/checkedint
Browse files Browse the repository at this point in the history
add root/checkedint.h and .c
  • Loading branch information
andralex committed Aug 19, 2014
2 parents 226257f + af5d43c commit a07ff94
Show file tree
Hide file tree
Showing 4 changed files with 591 additions and 2 deletions.
3 changes: 2 additions & 1 deletion src/posix.mak
Expand Up @@ -141,7 +141,7 @@ DMD_OBJS = \
ROOT_OBJS = \
rmem.o port.o man.o stringtable.o response.o \
aav.o speller.o outbuffer.o object.o \
filename.o file.o async.o
filename.o file.o async.o checkedint.o

GLUE_OBJS = \
glue.o msc.o s2ir.o todt.o e2ir.o tocsym.o \
Expand Down Expand Up @@ -200,6 +200,7 @@ ROOT_SRC = $(ROOT)/root.h \
$(ROOT)/array.h \
$(ROOT)/rmem.h $(ROOT)/rmem.c $(ROOT)/port.h $(ROOT)/port.c \
$(ROOT)/man.c \
$(ROOT)/checkedint.h $(ROOT)/checkedint.c \
$(ROOT)/stringtable.h $(ROOT)/stringtable.c \
$(ROOT)/response.c $(ROOT)/async.h $(ROOT)/async.c \
$(ROOT)/aav.h $(ROOT)/aav.c \
Expand Down

0 comments on commit a07ff94

Please sign in to comment.