We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fe8c991 commit afe4000Copy full SHA for afe4000
bin/makefile-tail
@@ -674,7 +674,7 @@ $(OBJECTDIR)initsout.o: $(SRCDIR)initsout.c $(REQUIRED-INCS) \
674
675
$(OBJECTDIR)kbdsubrs.o: $(SRCDIR)kbdsubrs.c $(REQUIRED-INCS) \
676
$(INCDIR)lispemul.h $(INCDIR)kbdsubrsdefs.h \
677
- $(INCDIR)commondefs.h $(INCDIR)lisp2cdefs.h $(INCDIR)xwinmandefs.h \
+ $(INCDIR)commondefs.h $(INCDIR)xwinmandefs.h \
678
$(INCDIR)devif.h
679
$(CC) $(RFLAGS) $(SRCDIR)kbdsubrs.c -o $(OBJECTDIR)kbdsubrs.o
680
src/kbdsubrs.c
@@ -28,7 +28,6 @@
28
#include "kbdsubrsdefs.h"
29
#include "commondefs.h"
30
#ifdef XWINDOW
31
-#include "lisp2cdefs.h"
32
#include "xwinmandefs.h"
33
#endif
34
0 commit comments