Changeset 77645d6 in git


Ignore:
Timestamp:
Feb 8, 2007, 4:08:34 PM (17 years ago)
Author:
Hans Schönemann <hannes@…>
Branches:
(u'spielwiese', '17f1d200f27c5bd38f5dfc6e8a0879242279d1d8')
Children:
6e04b1ac712bdf50503a70d78f071f9111342922
Parents:
45b750f46db46153c194606edbe187a53309d6dc
Message:
*hannes: map is in structs again


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

Legend:

Unmodified
Added
Removed
  • Singular/ipshell.h

    r45b750f r77645d6  
    44*  Computer Algebra System SINGULAR     *
    55****************************************/
    6 /* $Id: ipshell.h,v 1.49 2007-02-07 18:28:54 Singular Exp $ */
     6/* $Id: ipshell.h,v 1.50 2007-02-08 15:08:34 Singular Exp $ */
    77/*
    88* ABSTRACT
     
    1010#include <stdio.h>
    1111#include "structs.h"
    12 typedef ip_smap *          map;
    1312
    1413
  • Singular/mpsr.h

    r45b750f r77645d6  
    22*  Computer Algebra System SINGULAR     *
    33****************************************/
    4 /* $Id: mpsr.h,v 1.24 2007-02-07 18:28:54 Singular Exp $ */
     4/* $Id: mpsr.h,v 1.25 2007-02-08 15:08:34 Singular Exp $ */
    55/***************************************************************
    66 *
     
    2222#include"MPT.h"
    2323#include"structs.h"
    24 typedef ip_smap *          map;
    2524#include"subexpr.h"
    2625#include"omalloc.h"
Note: See TracChangeset for help on using the changeset viewer.