From 3235405558b3aa856c7c3a21e7d70dcfa2da1131 Mon Sep 17 00:00:00 2001 From: ellson Date: Tue, 18 Oct 2005 18:30:07 +0000 Subject: [PATCH] add missing files --- cmd/dot/dot_builtins.c | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 cmd/dot/dot_builtins.c diff --git a/cmd/dot/dot_builtins.c b/cmd/dot/dot_builtins.c new file mode 100644 index 000000000..1b3889c7d --- /dev/null +++ b/cmd/dot/dot_builtins.c @@ -0,0 +1,20 @@ +/* $Id$ $Revision$ */ +/* vim:set shiftwidth=4 ts=8: */ + +/********************************************************** +* This software is part of the graphviz package * +* http://www.graphviz.org/ * +* * +* Copyright (c) 1994-2004 AT&T Corp. * +* and is licensed under the * +* Common Public License, Version 1.0 * +* by AT&T Corp. * +* * +* Information and Software Systems Research * +* AT&T Research, Florham Park NJ * +**********************************************************/ + +#include "gvplugin.h" + +const lt_symlist_t lt_preloaded_symbols[] = { { 0, 0 } }; + -- 2.40.0