Sun, 02 Mar 2025 12:47:31 +0100
hotfix to prevent accidental highlighting of numbers as macros
relates to #393
<?xml version="1.0" encoding="UTF-8"?> <project xmlns="http://unixwork.de/uwproj" version="0.3"> <dependency> <lang>c</lang> </dependency> <dependency name="tools" platform="unix"> <make> RMDIR=rm -fR MKDIR=mkdir -p COPYFILE=cp AR=ar cr </make> </dependency> <dependency name="ucx"> <test>check_lib ucx cx/list.h</test> <ldflags>-lucx</ldflags> </dependency> </project>