Changeset 2fdf64 in git


Ignore:
Timestamp:
May 23, 2000, 4:40:47 PM (24 years ago)
Author:
Olaf Bachmann <obachman@…>
Branches:
(u'spielwiese', '4a9821a93ffdc22a6696668bd4f6b8c9de3e6c5f')
Children:
bde8dd2f4b3ed1f0d85e4078e22d7830cc021cbe
Parents:
3838a900bb6028df900fe079b863507697c81efb
Message:
minor changes


git-svn-id: file:///usr/local/Singular/svn/trunk@4375 2c84dea3-7e68-4137-9b89-c4e89433aadc
Location:
Singular
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • Singular/feResource.cc

    r3838a9 r2fdf64  
    22*  Computer Algebra System SINGULAR     *
    33****************************************/
    4 /* $Id: feResource.cc,v 1.24 2000-05-05 18:40:28 obachman Exp $ */
     4/* $Id: feResource.cc,v 1.25 2000-05-23 14:40:47 obachman Exp $ */
    55/*
    66* ABSTRACT: management of resources
     
    332332
    333333#ifdef RESOURCE_DEBUG
    334       printf("value:%s\n", value);
     334  printf("value:%s\n", value);
    335335#endif
    336336
  • Singular/fehelp.cc

    r3838a9 r2fdf64  
    201201
    202202    // First, try emacs, if emacs-option is set
     203    // Under Win, always use html
     204#ifndef WINNT
    203205    if (feOptValue(FE_OPT_EMACS) != NULL)
    204206    {
     
    215217      i=0;
    216218    }
     219#endif
    217220    while (heHelpBrowsers[i].browser != NULL)
    218221    {
Note: See TracChangeset for help on using the changeset viewer.