X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=de%2Fprivate.h;h=b0f4013da6c2a9eda5529d3fd18e0055f56cfcc1;hb=562cb4d37ba7667ac846fc3d426b152d21ef2c22;hp=dde51c4ef26c98d861dcc00ee8638b2b573def4d;hpb=471a5e5f9928e2d324b2e10422a420f458bd63ff;p=ion3.git diff --git a/de/private.h b/de/private.h index dde51c4..b0f4013 100644 --- a/de/private.h +++ b/de/private.h @@ -1,12 +1,9 @@ /* * ion/de/private.h * - * Copyright (c) Tuomo Valkonen 1999-2007. + * Copyright (c) Tuomo Valkonen 1999-2008. * - * Ion is free software; you can redistribute it and/or modify it under - * the terms of the GNU Lesser General Public License as published by - * the Free Software Foundation; either version 2.1 of the License, or - * (at your option) any later version. + * See the included file LICENSE for details. */ #ifndef ION_DE_PRIVATE_H @@ -15,10 +12,4 @@ #define DE_SUB_IND " ->" #define DE_SUB_IND_LEN 3 -#define MATCHES(S, A) (gr_stylespec_score(&(S), A)>0) -#define MATCHES2(S, A1, A2) (gr_stylespec_score2(&(S), A1, A2)>0) - -#define ENSURE_INITSPEC(S, NM) \ - if((S).attrs==NULL) gr_stylespec_load(&(S), NM); - #endif /* ION_DE_PRIVATE_H */