1
0
mirror of https://github.com/Interlisp/maiko.git synced 2026-01-21 18:05:33 +00:00
Interlisp.maiko/inc/sxhashdefs.h
Nick Briggs 52c04137b0 Remove unnecessary struct definition for SX hash arguments.
modified:   inc/sxhashdefs.h
	modified:   src/miscn.c
	modified:   src/sxhash.c
2020-09-06 12:22:50 -07:00

7 lines
172 B
C

#ifndef SXHASHDEFS_H
#define SXHASHDEFS_H 1
LispPTR SX_hash(LispPTR object);
LispPTR STRING_EQUAL_HASHBITS(LispPTR object);
LispPTR STRING_HASHBITS(LispPTR object);
#endif