mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-02-21 11:11:37 +00:00
Fix the missing terminator for non-static plugins.
Thanks to iku for pointing it out.
This commit is contained in:
parent
a3e53337b6
commit
5e330890fc
1 changed files with 1 additions and 1 deletions
|
@ -122,7 +122,7 @@ if test -z "${qfn_default}"; then
|
|||
fi
|
||||
AC_DEFINE_UNQUOTED(m4_toupper(qfn_default), ["${qfn_default}"], [Define to default the $1 plugin])
|
||||
AC_DEFINE_UNQUOTED(m4_toupper(m4_default($3,$1)[_plugin_protos]), [], [list of $1 plugin prototypes])
|
||||
AC_DEFINE_UNQUOTED(m4_toupper(m4_default($3,$1)[_plugin_list]), [], [list of $1 plugins])
|
||||
AC_DEFINE_UNQUOTED(m4_toupper(m4_default($3,$1)[_plugin_list]), [{0, 0}], [list of $1 plugins])
|
||||
])
|
||||
|
||||
AC_DEFUN([QF_STATIC_PLUGIN_LIBS],
|
||||
|
|
Loading…
Reference in a new issue