mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-23 11:42:49 -06:00
expand the comment for PGF_EXN_OTHER_ERROR
This commit is contained in:
@@ -60,6 +60,9 @@ typedef struct {
|
|||||||
* itself, then the error type is PGF_EXN_PGF_ERROR, and the field
|
* itself, then the error type is PGF_EXN_PGF_ERROR, and the field
|
||||||
* msg will contain a newly allocated string which must be freed from
|
* msg will contain a newly allocated string which must be freed from
|
||||||
* the caller.
|
* the caller.
|
||||||
|
*
|
||||||
|
* - If another unidentified error occurred then type will be
|
||||||
|
* PGF_EXN_OTHER_ERROR.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
typedef enum {
|
typedef enum {
|
||||||
|
|||||||
Reference in New Issue
Block a user