Changeset 9ecadc3 in git for factory


Ignore:
Timestamp:
Nov 9, 2010, 11:44:04 AM (14 years ago)
Author:
Hans Schoenemann <hannes@…>
Branches:
(u'fieker-DuVal', '117eb8c30fc9e991c4decca4832b1d19036c4c65')(u'spielwiese', '38dfc5131670d387a89455159ed1e071997eec94')
Children:
c6303a2b3f5bacd5773ec7cc726ac4487379de70
Parents:
285e54d3a7f321a3477c2fbfc1967c0ebc228ace
Message:
factoryError_calback ...

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

Legend:

Unmodified
Added
Removed
  • factory/cf_util.h

    r285e54 r9ecadc3  
    1616int ilog2 (int a);
    1717
     18/*BEGINPUBLIC*/
    1819extern void (*factoryError_callback)(const char *s);
     20/*ENDPUBLIC*/
    1921
    2022void factoryError(const char *s);
  • factory/factory.template

    r285e54 r9ecadc3  
    9595#include "fac_sqrfree.h"
    9696
    97 #ifdef SINGULAR
    98 
    9997/*MAKEHEADER PUBLIC ONLY*/
    10098#include "gfops.h"
     
    106104#include "singext.h"
    107105
    108 #endif /* SINGULAR */
     106/*MAKEHEADER PUBLIC ONLY*/
     107#include "cf_util.h"
    109108
    110109#ifdef HAVE_BIFAC
Note: See TracChangeset for help on using the changeset viewer.