Fixed Forte compile issue.

Original commit message from CVS:
Fixed Forte compile issue.
This commit is contained in:
Brian Cameron 2003-07-25 17:02:35 +00:00
parent 09c6aaa2f8
commit e5b66a8990
2 changed files with 8 additions and 0 deletions

View file

@ -37,6 +37,10 @@
#define GST_IS_FILE_INDEX_CLASS(obj) \
(GST_TYPE_CHECK_CLASS_TYPE ((klass), GST_TYPE_FILE_INDEX))
#ifndef __FUNCTION__
#define __FUNCTION__ "Unavailable"
#endif
/*
* Object model:
*

View file

@ -37,6 +37,10 @@
#define GST_IS_FILE_INDEX_CLASS(obj) \
(GST_TYPE_CHECK_CLASS_TYPE ((klass), GST_TYPE_FILE_INDEX))
#ifndef __FUNCTION__
#define __FUNCTION__ "Unavailable"
#endif
/*
* Object model:
*