1
0
mirror of https://github.com/Interlisp/maiko.git synced 2026-01-14 07:30:21 +00:00
Interlisp.maiko/inc/ubf1defs.h
Nick Briggs 96fcc9475a Correct parameter type declaration error for N_OP_ubfloat1
Ensure pointers have appropriate alignment for data being referenced
2023-02-17 17:01:27 -08:00

6 lines
134 B
C

#ifndef UBF1DEFS_H
#define UBF1DEFS_H 1
#include "lispemul.h" /* for LispPTR */
LispPTR N_OP_ubfloat1(LispPTR arg, int alpha);
#endif