Changeset dcbad6 in git for kernel/p_Procs_Set.h


Ignore:
Timestamp:
Jan 12, 2007, 12:11:45 PM (17 years ago)
Author:
Hans Schönemann <hannes@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
ff2fd1124659fac56ccfe6467ac6b8c7a33fe9da
Parents:
86efbdfb6d00896b9c94c2af6262a4b025102571
Message:
*hannes: static stuff


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

Legend:

Unmodified
Added
Removed
  • kernel/p_Procs_Set.h

    r86efbd rdcbad6  
    1212 *  Author:  obachman (Olaf Bachmann)
    1313 *  Created: 12/00
    14  *  Version: $Id: p_Procs_Set.h,v 1.7 2007-01-08 16:03:12 Singular Exp $
     14 *  Version: $Id: p_Procs_Set.h,v 1.8 2007-01-12 11:08:42 Singular Exp $
    1515 *******************************************************************/
    1616#include "modulop.h"
     
    132132  {                                                         \
    133133    dReportBug("p_Procs is NULL");                          \
    134     Warn("Singular will work properly, but much slower");   \
     134    WarnS("Singular will work properly, but much slower");  \
    135135    p_Procs->which = (which##_Proc_Ptr)                     \
    136136      which##__FieldGeneral_LengthGeneral_OrdGeneral;       \
     
    152152
    153153  InitSetProcs(field, length, ord);
     154  SetProcs(field, length, ord);
    154155  #ifdef NV_OPS
    155156  if (field==FieldZpGeneral)
     
    162163  else
    163164  #endif 
    164   SetProcs(field, length, ord);
    165165  CheckProc(p_Copy);
    166166  CheckProc(p_Delete);
Note: See TracChangeset for help on using the changeset viewer.