-/* $NetBSD: main.cc,v 1.1 2003/12/27 01:16:55 christos Exp $ */
+/* $NetBSD: main.cc,v 1.2 2003/12/28 17:53:48 thorpej Exp $ */
/*-
* Copyright (c) 2003 The NetBSD Foundation, Inc.
* main.C: Main dots program
*/
#include "defs.h"
-RCSID("$NetBSD: main.cc,v 1.1 2003/12/27 01:16:55 christos Exp $")
+RCSID("$NetBSD: main.cc,v 1.2 2003/12/28 17:53:48 thorpej Exp $")
#include <iostream>
#include <unistd.h>
int main(int argc, char** argv)
{
size_t ny, nx, nn = 1, wt = 0;
- char* nc = "ch";
+ const char* nc = "ch";
int c;
int acs = 1;