Changeset 6e1ea4d in git for Singular/subexpr.h


Ignore:
Timestamp:
May 12, 2005, 2:46:42 PM (19 years ago)
Author:
Hans Schönemann <hannes@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
9ed2456199939938594308fc29a050884e29816c
Parents:
4287a02eef41bc8fbce0eb481dc8f9edd3d33cbb
Message:
*hannes: type_of_LIB -> kernel_mod_raw.cc


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

Legend:

Unmodified
Added
Removed
  • Singular/subexpr.h

    r4287a0 r6e1ea4d  
    44*  Computer Algebra System SINGULAR     *
    55****************************************/
    6 /* $Id: subexpr.h,v 1.34 2003-12-09 18:15:26 Singular Exp $ */
     6/* $Id: subexpr.h,v 1.35 2005-05-12 12:46:42 Singular Exp $ */
    77/*
    88* ABSTRACT: handling of leftv
     
    125125#endif /* HAVE_LIBPARSER */
    126126
    127 typedef enum { LT_NONE, LT_NOTFOUND, LT_SINGULAR, LT_ELF, LT_HPUX} lib_types;
    128 lib_types type_of_LIB(char *newlib, char *fullname);
    129 
    130127#ifndef OM_ALLOC_H
    131128struct omBin_s;
Note: See TracChangeset for help on using the changeset viewer.