Changeset 6909cfb in git for Singular/emacs.cc


Ignore:
Timestamp:
Feb 20, 2013, 3:48:32 PM (11 years ago)
Author:
Yue Ren <ren@…>
Branches:
(u'fieker-DuVal', '117eb8c30fc9e991c4decca4832b1d19036c4c65')(u'spielwiese', 'b4f17ed1d25f93d46dbe29e4b499baecc2fd51bb')
Children:
2e4ec146a83f4d025c2cb4229c4b171a375173c1
Parents:
367df95c40f03bb94a871481eb198951b3a42c85
git-author:
Yue Ren <ren@mathematik.uni-kl.de>2013-02-20 15:48:32+01:00
git-committer:
Yue Ren <ren@mathematik.uni-kl.de>2013-02-21 20:00:58+01:00
Message:
fix: -Wunused-variable warnings
File:
1 edited

Legend:

Unmodified
Added
Removed
  • Singular/emacs.cc

    r367df9 r6909cfb  
    107107  char* singular = NULL;
    108108  char* emacs = NULL;
     109#ifndef TSINGULAR
    109110  char* emacs_dir = NULL;
    110111  char* emacs_load = NULL;
     112  char cwd[MAXPATHLEN];
     113#endif
    111114  int no_emacs_call = 0;
    112   char cwd[MAXPATHLEN];
    113115
    114116  // parse-cmdline options
Note: See TracChangeset for help on using the changeset viewer.