Changed all the licence notices in all the files.
[pspp-builds.git] / src / rename-vars.c
index 21b80432cd38ffaa3e59c4514c90544cbd6ca1b8..eeb0b89dfce277e8fdc20ea9d5471b20f4f0efe8 100644 (file)
 
    You should have received a copy of the GNU General Public License
    along with this program; if not, write to the Free Software
-   Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
-   02111-1307, USA. */
+   Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
+   02110-1301, USA. */
 
 #include <config.h>
 #include <stdlib.h>
-#include <assert.h>
+#include "error.h"
 #include "alloc.h"
 #include "command.h"
+#include "dictionary.h"
 #include "error.h"
 #include "hash.h"
 #include "lexer.h"
@@ -49,9 +50,6 @@ cmd_rename_variables (void)
       cancel_temporary (); 
     }
 
-  lex_match_id ("RENAME");
-  lex_match_id ("VARIABLES");
-
   do
     {
       int prev_nv_1 = rename_cnt;