Rename math.c/mymath.h to fixpoint.c/.h

This also changes the functions' prefix
from "math_" to "fix_".
This commit is contained in:
Rangi
2021-02-28 16:30:48 -05:00
committed by Eldred Habert
parent 76d8862900
commit 0774f5eb9d
8 changed files with 221 additions and 221 deletions

View File

@@ -54,12 +54,12 @@ all: rgbasm rgblink rgbfix rgbgfx
rgbasm_obj := \
src/asm/charmap.o \
src/asm/fixpoint.o \
src/asm/format.o \
src/asm/fstack.o \
src/asm/lexer.o \
src/asm/macro.o \
src/asm/main.o \
src/asm/math.o \
src/asm/parser.o \
src/asm/opt.o \
src/asm/output.o \