diff options
Diffstat (limited to 'action.c')
-rw-r--r-- | action.c | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -38,6 +38,8 @@ static Bool actionsInitialized; static ExprDef constTrue; static ExprDef constFalse; +static void ActionsInit(void); + /***====================================================================***/ static Bool @@ -1488,7 +1490,7 @@ SetActionField(XkbDescPtr xkb, /***====================================================================***/ -void +static void ActionsInit(void) { if (!actionsInitialized) |