Changeset 9b4b45 in git for Singular/emacs.cc


Ignore:
Timestamp:
Sep 20, 1999, 10:00:35 PM (25 years ago)
Author:
Olaf Bachmann <obachman@…>
Branches:
(u'fieker-DuVal', '117eb8c30fc9e991c4decca4832b1d19036c4c65')(u'spielwiese', 'b4f17ed1d25f93d46dbe29e4b499baecc2fd51bb')
Children:
ca18d3b3adb9e51465a8bcaaa281c41f87c41d85
Parents:
ba464394215b415392ca93de948ac4c9cbb6d220
Message:
* increased version number to 1.3.5


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

Legend:

Unmodified
Added
Removed
  • Singular/emacs.cc

    rba4643 r9b4b45  
    22*  Computer Algebra System SINGULAR     *
    33****************************************/
    4 /* $Id: emacs.cc,v 1.8 1999-09-20 18:03:43 obachman Exp $ */
     4/* $Id: emacs.cc,v 1.9 1999-09-20 20:00:34 obachman Exp $ */
    55/*
    66* ABSTRACT: Esingular main file
     
    8888  int optc, option_index;
    8989 
    90   while ((optc = fe_getopt_long_only(argc, argv, SHORT_OPTS_STRING,
    91                                      feOptSpec, &option_index))
     90  while ((optc = fe_getopt_long(argc, argv, SHORT_OPTS_STRING,
     91                                feOptSpec, &option_index))
    9292        != EOF)
    9393  {
Note: See TracChangeset for help on using the changeset viewer.