Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
John McEleney
/
mailutils
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
Commit
dd8e421f
...
dd8e421fdd02f135ad5bbd197d71329fed7cee8b
authored
2004-08-20 14:52:24 +0000
by
Sergey Poznyakoff
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
(MU_SCM_SYMBOL_VALUE): New define
(_mu_scm_mailer,_mu_scm_debug): Removed externs.
1 parent
ab002eb3
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
include/mailutils/guile.h
include/mailutils/guile.h
View file @
dd8e421
...
...
@@ -33,9 +33,12 @@
# define scm_primitive_eval_x scm_eval_x
# define scm_i_big2dbl scm_big2dbl
# define scm_c_eval_string scm_eval_0str
# define MU_SCM_SYMBOL_VALUE(p) scm_symbol_value0(p)
extern
SCM
scm_long2num
(
long
val
);
#else
# define MU_SCM_SYMBOL_VALUE(p) SCM_VARIABLE_REF(scm_c_lookup(p))
#endif
typedef
struct
...
...
@@ -51,9 +54,6 @@ typedef struct
void
*
data
;
}
guimb_param_t
;
extern
SCM
_mu_scm_mailer
;
extern
SCM
_mu_scm_debug
;
#ifdef __cplusplus
extern
"C"
{
#endif
...
...
Please
register
or
sign in
to post a comment