Avoid warning from C++ compiler
commitb76dafea57969a24bf72dbaac8a9cb5b2d8e48d2
authorDouglas Katzman <dougk@google.com>
Mon, 4 Sep 2023 16:47:51 +0000 (4 12:47 -0400)
committerLuís Oliveira <loliveira@common-lisp.net>
Sun, 10 Sep 2023 22:23:20 +0000 (10 23:23 +0100)
treede618f36bbba12fbaa19cc2b08f8eb331a8b49c1
parentc42b42e93a784c9396047078eff9caed257d7c28
Avoid warning from C++ compiler

libffi-types.~grovel~.cc:26:22: error: invalid suffix on literal;
 C++11 requires a space between literal and identifier [-Wreserved-user-defined-literal]
   26 |   fprintf(output, "%"PRIiMAX, (intmax_t)FFI_OK);
      |                      ^

Also allow overriding name of generated file while we're at it.
grovel/grovel.lisp