shithub: sl

Download patch

ref: 0701c4dbef52bca80ba285a07daecebc9ba3b4d2
parent: 6c1b82eaa636cf46fe697cde85a37f4b928cc8d2
author: Sigrid Solveig Haflínudóttir <sigrid@ftrv.se>
date: Wed Feb 5 21:39:42 EST 2025

remove (u)longtype - not used

--- a/src/flisp.h
+++ b/src/flisp.h
@@ -393,7 +393,6 @@
 	fltype_t *int16type, *uint16type;
 	fltype_t *int32type, *uint32type;
 	fltype_t *int64type, *uint64type;
-	fltype_t *longtype, *ulongtype;
 	fltype_t *floattype, *doubletype;
 	fltype_t *bytetype, *runetype;
 	fltype_t *stringtype, *runestringtype;