]> git.eshelyaron.com Git - emacs.git/commitdiff
; * src/sfnt.c: Fix standalone compilation.
authorPo Lu <luangruo@yahoo.com>
Mon, 29 Jan 2024 12:28:31 +0000 (20:28 +0800)
committerEshel Yaron <me@eshelyaron.com>
Wed, 31 Jan 2024 20:15:53 +0000 (21:15 +0100)
(cherry picked from commit 5d81371cc4a87335c96eaadbeaaf1eb18f35688d)

src/sfnt.c

index 030442fad682387ef4ed683505378b2aae27468a..6df43af42937b7cd09396f981a5ceb98517f6ec8 100644 (file)
@@ -27,6 +27,7 @@ along with GNU Emacs.  If not, see <https://www.gnu.org/licenses/>.  */
 #include <fcntl.h>
 #include <intprops.h>
 #include <inttypes.h>
+#include <stdckdint.h>
 #include <stdint.h>
 #include <stdio.h>
 #include <stdlib.h>
@@ -20799,8 +20800,8 @@ main (int argc, char **argv)
       return 1;
     }
 
-#define FANCY_PPEM 14
-#define EASY_PPEM  14
+#define FANCY_PPEM 12
+#define EASY_PPEM  12
 
   interpreter = NULL;
   head = sfnt_read_head_table (fd, font);