X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fcommand.h;h=43478ef4cacf2d1af06fbe3fc36052ef2ae5e046;hb=4de79b34b329d1da6cdeb145993d3efd911e2967;hp=7b51fbcf5764abe3989ade2e793d581148add8be;hpb=829c9392ee103e34cd81e7c9aee5cdf24d6029dc;p=pspp diff --git a/src/command.h b/src/command.h index 7b51fbcf57..43478ef4ca 100644 --- a/src/command.h +++ b/src/command.h @@ -14,8 +14,8 @@ 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. */ #if !command_h #define command_h 1 @@ -56,7 +56,7 @@ int cmd_parse (void); int FUNC (void); #define DBGCMD(NAME, T1, T2, T3, T4, FUNC) \ int FUNC (void); -#define UNIMPL(NAME, T1, T2, T3, T4) +#define UNIMPL(NAME, T1, T2, T3, T4, DESC) #include "command.def" #undef DEFCMD #undef SPCCMD