From c6ac67db027f3437e47d674a1a20de6512b7d11c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Juan=20Manuel=20Tom=C3=A1s?= Date: Mon, 20 Feb 2023 00:39:47 -0300 Subject: Add LICENSE --- cmamut.lisp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'cmamut.lisp') diff --git a/cmamut.lisp b/cmamut.lisp index f1bd327..3f94c46 100644 --- a/cmamut.lisp +++ b/cmamut.lisp @@ -1,6 +1,8 @@ (in-package #:cmamut) ; TODO: Use c2ffi to extract the spec.json using the header file as parameter +; TODO: Enums are only seen by C++ constructs, C only sees numbers. +; When extracting C headers, enums should be converted into hash defines so that functions can use them easily. (defparameter +target-package+ (gensym)) -- cgit v1.2.3