aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorPo Lu2024-01-29 20:28:31 +0800
committerPo Lu2024-01-29 20:28:50 +0800
commit5d81371cc4a87335c96eaadbeaaf1eb18f35688d (patch)
treeb83d61c4997594caa1861e63ba6a301504b09c4f /src
parent59d0b353d543d9fb3fc308ceb4d4bd389e0ac84a (diff)
downloademacs-5d81371cc4a87335c96eaadbeaaf1eb18f35688d.tar.gz
emacs-5d81371cc4a87335c96eaadbeaaf1eb18f35688d.zip
; * src/sfnt.c: Fix standalone compilation.
Diffstat (limited to 'src')
-rw-r--r--src/sfnt.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/sfnt.c b/src/sfnt.c
index 030442fad68..6df43af4293 100644
--- a/src/sfnt.c
+++ b/src/sfnt.c
@@ -27,6 +27,7 @@ along with GNU Emacs. If not, see <https://www.gnu.org/licenses/>. */
27#include <fcntl.h> 27#include <fcntl.h>
28#include <intprops.h> 28#include <intprops.h>
29#include <inttypes.h> 29#include <inttypes.h>
30#include <stdckdint.h>
30#include <stdint.h> 31#include <stdint.h>
31#include <stdio.h> 32#include <stdio.h>
32#include <stdlib.h> 33#include <stdlib.h>
@@ -20799,8 +20800,8 @@ main (int argc, char **argv)
20799 return 1; 20800 return 1;
20800 } 20801 }
20801 20802
20802#define FANCY_PPEM 14 20803#define FANCY_PPEM 12
20803#define EASY_PPEM 14 20804#define EASY_PPEM 12
20804 20805
20805 interpreter = NULL; 20806 interpreter = NULL;
20806 head = sfnt_read_head_table (fd, font); 20807 head = sfnt_read_head_table (fd, font);