X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=dfa%2Fstates.c;h=51638d1a8b4af19764b26809b6403d321cfb51f2;hb=0002d3ccff37e5598553683e95714ca5711f05e8;hp=76cf6cffbf9e6ef97110a6e3d80909c52eb6744c;hpb=40e64fc6d452f02389a00e5c8004f895342099c2;p=idzebra-moved-to-github.git diff --git a/dfa/states.c b/dfa/states.c index 76cf6cf..51638d1 100644 --- a/dfa/states.c +++ b/dfa/states.c @@ -1,4 +1,4 @@ -/* $Id: states.c,v 1.9 2005-01-15 21:45:42 adam Exp $ +/* $Id: states.c,v 1.10 2006-05-10 08:13:18 adam Exp $ Copyright (C) 1995-2005 Index Data ApS @@ -196,3 +196,11 @@ void sort_DFA_states (struct DFA_states *dfas) ifree (dfas->hasharray); dfas->hasharray = NULL; } +/* + * Local variables: + * c-basic-offset: 4 + * indent-tabs-mode: nil + * End: + * vim: shiftwidth=4 tabstop=8 expandtab + */ +