/* PSPP - a program for statistical analysis.
- Copyright (C) 2007, 2009, 2010 Free Software Foundation, Inc.
+ Copyright (C) 2007, 2009, 2010, 2011 Free Software Foundation, Inc.
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
assert (suffix_number >= 0);
- /* Set base name. */
- var_set_short_name (v, i, base);
-
/* Compose suffix. */
suffix[0] = '_';
if (!str_format_26adic (suffix_number, &suffix[1], sizeof suffix - 1))