Changeset 471e31 in git


Ignore:
Timestamp:
Aug 31, 2022, 12:15:31 PM (20 months ago)
Author:
Hans Schoenemann <hannes@…>
Branches:
(u'spielwiese', '17f1d200f27c5bd38f5dfc6e8a0879242279d1d8')
Children:
5b287ee438f34cf6b39493fb6369819bfebc9630
Parents:
c899f54acb48c0d657851d03e0a8f4afdff8100b
git-author:
Hans Schoenemann <hannes@mathematik.uni-kl.de>2022-08-31 12:15:31+02:00
git-committer:
Hans Schoenemann <hannes@mathematik.uni-kl.de>2022-08-31 12:16:28+02:00
Message:
compiler warning
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • Singular/fehelp.cc

    rc899f54 r471e31  
    11541154  while(!feof(index)
    11551155        && (fgets(buffer, BUF_LEN, index) != (char *)0)
    1156         && (buffer[0] != FIN_INDEX));
     1156        && (buffer[0] != FIN_INDEX)); // skip to FIN_INDEX
    11571157   char temp[256];temp[0]='\0';
    11581158   char *htmldir = feResource('u'); /* always defined */
  • Singular/fevoices.cc

    rc899f54 r471e31  
    550550          show_echo=TRUE;
    551551        }
    552         else if (/*(startfptr>0) &&*/
    553         (currentVoice->buffer[startfptr-1]=='\n'))
     552        else if /*(startfptr>0) &&*/
     553        (currentVoice->buffer[startfptr-1]=='\n')
    554554        {
    555555          anf=currentVoice->buffer+startfptr;
  • libpolys/polys/pCoeff.h

    rc899f54 r471e31  
    11// emacs edit mode for this file is -*- C++ -*-
    22#ifndef PCOEFF_H
    3 #define PCOEFFH
     3#define PCOEFF_H
    44/****************************************
    55*  Computer Algebra System SINGULAR     *
Note: See TracChangeset for help on using the changeset viewer.