master
Daniel Kolesa 2016-04-02 20:16:09 +01:00
parent 4d48366a24
commit afd381203a
1 changed files with 1 additions and 1 deletions

View File

@ -200,7 +200,7 @@ union IdentValuePtr {
struct CsState;
using IdentFunc = void (*)(CsState &cs, Ident *id);
using IdentFunc = void (*)(CsState &, Ident *);
using CommandFunc = void (*)(CsState &);
using CommandFunc1 = void (*)(CsState &, void *);
using CommandFunc2 = void (*)(CsState &, void *, void *);