mirror of
https://github.com/lcn2/calc.git
synced 2025-08-19 01:13:27 +03:00
add int.h
Added int.h as a centeral place for calc integer types and integer macros. Currently zmath.c includes int.h but does not yet use it. Added missing ptr type checks to chk_c.c.
This commit is contained in:
5
Makefile
5
Makefile
@@ -164,7 +164,7 @@ CALCOBJS= calc.o
|
||||
#
|
||||
LIB_H_SRC= alloc.h banned.h blkcpy.h block.h bool.h byteswap.h calc.h \
|
||||
cmath.h config.h custom.h decl.h file.h func.h hash.h hist.h \
|
||||
jump.h label.h lib_util.h lib_calc.h nametype.h \
|
||||
int.h jump.h label.h lib_util.h lib_calc.h nametype.h \
|
||||
opcodes.h prime.h qmath.h sha1.h str.h strl.h \
|
||||
symbol.h token.h value.h zmath.h zrand.h zrandom.h attribute.h
|
||||
|
||||
@@ -5570,9 +5570,12 @@ zmath.o: have_limits.h
|
||||
zmath.o: have_memmv.h
|
||||
zmath.o: have_newstr.h
|
||||
zmath.o: have_stdbool.h
|
||||
zmath.o: have_stdint.h
|
||||
zmath.o: have_stdlib.h
|
||||
zmath.o: have_string.h
|
||||
zmath.o: int.h
|
||||
zmath.o: longbits.h
|
||||
zmath.o: status.chk_c.h
|
||||
zmath.o: zmath.c
|
||||
zmath.o: zmath.h
|
||||
zmod.o: alloc.h
|
||||
|
Reference in New Issue
Block a user