mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-05-20 19:50:24 +02:00
Remove unused union scm_t_debug_info
* libguile/debug.h (union scm_t_debug_info): Remove unused type declaration.
This commit is contained in:
parent
4db73f11de
commit
06ea79b73d
1 changed files with 1 additions and 13 deletions
|
@ -3,7 +3,7 @@
|
||||||
#ifndef SCM_DEBUG_H
|
#ifndef SCM_DEBUG_H
|
||||||
#define SCM_DEBUG_H
|
#define SCM_DEBUG_H
|
||||||
|
|
||||||
/* Copyright (C) 1995,1996,1998,1999,2000,2001,2002,2004,2008,2009,2010,2011,2012,2013
|
/* Copyright (C) 1995,1996,1998,1999,2000,2001,2002,2004,2008,2009,2010,2011,2012,2013,2015
|
||||||
* Free Software Foundation, Inc.
|
* Free Software Foundation, Inc.
|
||||||
*
|
*
|
||||||
* This library is free software; you can redistribute it and/or
|
* This library is free software; you can redistribute it and/or
|
||||||
|
@ -29,18 +29,6 @@
|
||||||
#include "libguile/options.h"
|
#include "libguile/options.h"
|
||||||
|
|
||||||
|
|
||||||
/* {Evaluator}
|
|
||||||
*/
|
|
||||||
|
|
||||||
typedef union scm_t_debug_info
|
|
||||||
{
|
|
||||||
struct { SCM exp, env; } e;
|
|
||||||
struct { SCM proc, args; } a;
|
|
||||||
SCM id;
|
|
||||||
} scm_t_debug_info;
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
SCM_API SCM scm_local_eval (SCM exp, SCM env);
|
SCM_API SCM scm_local_eval (SCM exp, SCM env);
|
||||||
|
|
||||||
SCM_API SCM scm_reverse_lookup (SCM env, SCM data);
|
SCM_API SCM scm_reverse_lookup (SCM env, SCM data);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue