Changeset f06bfc in git


Ignore:
Timestamp:
Jul 30, 1998, 9:34:29 AM (26 years ago)
Author:
Hans Schönemann <hannes@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
bd4207f5fe0abe3728c2986324b3aae7fc05a926
Parents:
dc6dfcf35c2b35e22f07f844ef4d1f0bb6b765e5
Message:
*hannes: fixed compiler warning


git-svn-id: file:///usr/local/Singular/svn/trunk@2397 2c84dea3-7e68-4137-9b89-c4e89433aadc
File:
1 edited

Legend:

Unmodified
Added
Removed
  • Singular/grammar.y

    rdc6dfc rf06bfc  
    22*  Computer Algebra System SINGULAR     *
    33****************************************/
    4 /* $Id: grammar.y,v 1.44 1998-07-29 15:56:50 Singular Exp $ */
     4/* $Id: grammar.y,v 1.45 1998-07-30 07:34:29 Singular Exp $ */
    55/*
    66* ABSTRACT: SINGULAR shell grammatik
     
    8787    if (tclmode)
    8888    { /* omit output of line number if tclmode and stdin */
    89       char *n=VoiceName();
     89      const char *n=VoiceName();
    9090      if (strcmp(n,"STDIN")==0)
    9191        Werror( "error occurred in %s: `%s`"
Note: See TracChangeset for help on using the changeset viewer.