"lib/common/intset.c",
"lib/common/intset.h",
"lib/common/labels.c",
- "lib/common/logic.h",
"lib/common/macros.h",
"lib/common/memory.c",
"lib/common/memory.h",
intset.h
htmllex.h
htmltable.h
- logic.h
macros.h
memory.h
pointset.h
pkginclude_HEADERS = arith.h geom.h color.h types.h textspan.h usershape.h
noinst_HEADERS = render.h utils.h memory.h \
geomprocs.h colorprocs.h colortbl.h entities.h globals.h \
- logic.h const.h macros.h htmllex.h htmltable.h pointset.h intset.h \
+ const.h macros.h htmllex.h htmltable.h pointset.h intset.h \
textspan_lut.h ps_font_equiv.h
noinst_LTLIBRARIES = libcommon_C.la
+++ /dev/null
-/*************************************************************************
- * Copyright (c) 2011 AT&T Intellectual Property
- * All rights reserved. This program and the accompanying materials
- * are made available under the terms of the Eclipse Public License v1.0
- * which accompanies this distribution, and is available at
- * http://www.eclipse.org/legal/epl-v10.html
- *
- * Contributors: Details at https://graphviz.org
- *************************************************************************/
-
-#pragma once
-
-#ifdef __cplusplus
-extern "C" {
-#endif
-
-#include <stdbool.h>
-
-#ifndef FALSE
-#define FALSE (0)
-#endif
-#ifndef TRUE
-#define TRUE (!FALSE)
-#endif
-
-#ifdef __cplusplus
-}
-#endif
<ClInclude Include="common\htmllex.h" />
<ClInclude Include="common\htmlparse.h" />
<ClInclude Include="common\htmltable.h" />
- <ClInclude Include="common\logic.h" />
<ClInclude Include="common\macros.h" />
<ClInclude Include="common\memory.h" />
<ClInclude Include="common\pointset.h" />
<ClInclude Include="common\htmltable.h">
<Filter>Header Files</Filter>
</ClInclude>
- <ClInclude Include="common\logic.h">
- <Filter>Header Files</Filter>
- </ClInclude>
<ClInclude Include="common\macros.h">
<Filter>Header Files</Filter>
</ClInclude>