Replace more uses of 'cnt' by 'n'.
[pspp] / src / ui / gui / psppire-import-textfile.h
index f9c982f43c7eafe8c494b8d8bcc888799fa2ff40..4a65d7debe1b02e021d15968164a054ef2b0c4a0 100644 (file)
@@ -1,3 +1,20 @@
+/* PSPPIRE - a graphical user interface for PSPP.
+   Copyright (C) 2020  Free Software Foundation
+
+   This program is free software: you can redistribute it and/or modify
+   it under the terms of the GNU General Public License as published by
+   the Free Software Foundation, either version 3 of the License, or
+   (at your option) any later version.
+
+   This program is distributed in the hope that it will be useful,
+   but WITHOUT ANY WARRANTY; without even the implied warranty of
+   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+   GNU General Public License for more details.
+
+   You should have received a copy of the GNU General Public License
+   along with this program.  If not, see <http://www.gnu.org/licenses/>.
+ */
+
 #ifndef PSPPIRE_IMPORT_TEXTFILE_H
 #define PSPPIRE_IMPORT_TEXTFILE_H
 
@@ -23,7 +40,7 @@ static const struct separator separators[] =
     {"slash",     '/'},
   };
 
-#define SEPARATOR_CNT (sizeof separators / sizeof *separators)
+#define N_SEPARATORS (sizeof separators / sizeof *separators)
 
 /* Initializes IA's intro substructure. */
 void intro_page_create (PsppireImportAssistant *ia);