@@ -472,11 +472,8 @@ CClink = $(CC)
472472# Uncomment this when you want to include the Cscope interface.
473473# CONF_OPT_CSCOPE = --enable-cscope
474474
475- # WORKSHOP - Sun Visual Workshop interface. Only works with Motif!
476- # CONF_OPT_WORKSHOP = --enable-workshop
477-
478475# NETBEANS - NetBeans interface. Only works with Motif, GTK, and gnome.
479- # Motif version must have XPM libraries (see |workshop -xpm|).
476+ # Motif version must have XPM libraries (see |netbeans -xpm|).
480477# Uncomment this when you do not want the netbeans interface.
481478# CONF_OPT_NETBEANS = --disable-netbeans
482479
@@ -610,6 +607,8 @@ CClink = $(CC)
610607# CFLAGS = -g -O2 '-DSTARTUPTIME="vimstartup"' -fno-strength-reduce -Wall -Wmissing-prototypes
611608
612609# Use this with GCC to check for mistakes, unused arguments, etc.
610+ # Note: If you use -Wextra and get warnings in GTK code about function
611+ # parameters, you can add -Wno-cast-function-type
613612# CFLAGS = -g -Wall -Wextra -Wshadow -Wmissing-prototypes -Wunreachable-code -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1
614613# Add -Wpedantic to find // comments and other C99 constructs.
615614# Better disable Perl and Python to avoid a lot of warnings.
@@ -3388,10 +3387,10 @@ objects/arabic.o: arabic.c vim.h protodef.h auto/config.h feature.h os_unix.h \
33883387 auto/osdef.h ascii.h keymap.h term.h macros.h option.h beval.h \
33893388 proto/gui_beval.pro structs.h regexp.h gui.h alloc.h ex_cmds.h spell.h \
33903389 proto.h globals.h farsi.h arabic.h
3391- objects/autocmd.o : autocmd.c vim.h protodef.h auto/config.h feature.h \
3392- auto/osdef.h os_unix.h os_mac.h ascii.h keymap.h term.h macros.h option.h beval.h \
3393- structs.h regexp.h gui.h alloc.h ex_cmds.h spell.h proto.h globals .h \
3394- farsi.h arabic.h
3390+ objects/autocmd.o : autocmd.c vim.h protodef.h auto/config.h feature.h os_unix.h \
3391+ auto/osdef.h ascii.h keymap.h term.h macros.h option.h beval.h \
3392+ proto/gui_beval.pro structs.h regexp.h gui.h alloc.h ex_cmds.h spell.h \
3393+ proto.h globals.h farsi.h arabic.h
33953394objects/beval.o : beval.c vim.h protodef.h auto/config.h feature.h os_unix.h \
33963395 auto/osdef.h ascii.h keymap.h term.h macros.h option.h beval.h \
33973396 proto/gui_beval.pro structs.h regexp.h gui.h alloc.h ex_cmds.h spell.h \
@@ -3497,9 +3496,9 @@ objects/if_xcmdsrv.o: if_xcmdsrv.c vim.h protodef.h auto/config.h feature.h \
34973496 proto/gui_beval.pro structs.h regexp.h gui.h alloc.h ex_cmds.h spell.h \
34983497 proto.h globals.h farsi.h arabic.h version.h
34993498objects/indent.o : indent.c vim.h protodef.h auto/config.h feature.h os_unix.h \
3500- os_mac .h ascii.h keymap.h term.h macros.h option.h beval.h structs .h \
3501- regexp.h gui.h alloc.h ex_cmds.h spell.h proto.h globals.h farsi .h \
3502- arabic.h
3499+ auto/osdef .h ascii.h keymap.h term.h macros.h option.h beval.h \
3500+ proto/gui_beval.pro structs.h regexp.h gui.h alloc.h ex_cmds.h spell.h \
3501+ proto.h globals.h farsi.h arabic.h
35033502objects/json.o : json.c vim.h protodef.h auto/config.h feature.h os_unix.h \
35043503 auto/osdef.h ascii.h keymap.h term.h macros.h option.h beval.h \
35053504 proto/gui_beval.pro structs.h regexp.h gui.h alloc.h ex_cmds.h spell.h \
0 commit comments