pdf-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[pdf-devel] [flyspray] Add cplusplus guards in the generated pdf.h heade


From: GNU PDF Library
Subject: [pdf-devel] [flyspray] Add cplusplus guards in the generated pdf.h header file
Date: Mon, 06 Apr 2009 16:59:39 +0200

THIS IS AN AUTOMATED MESSAGE, DO NOT REPLY.

A new Flyspray task has been opened. Details are below. User who did this - Jose E. Marchesi (jemarch)
Attached to Project - GNU PDF Library
Summary - Add cplusplus guards in the generated pdf.h header file
Task Type - Planned Task
Category - Build System
Status - NEXT
Assigned To - Operating System - All
Severity - Medium
Priority - Normal
Reported Version - START
Due in Version - BASE-LAYER-0
Due Date - Undecided
Details - The file src/Makefile.am should be modified to include a cplusplus 
guard in the generated pdf.h file, like in:

#ifdef _cplusplus
extern "C" {
#endif

... contents of pdf.h...

#ifdef _cplusplus
} // extern "C"
#endif


More information can be found at the following URL:
http://gnupdf.org/flyspray/index.php?do=details&task_id=97

You are receiving this message because you have requested it from the Flyspray 
bugtracking system.  If you did not expect this message or don't want to 
receive mails in future, you can change your notification settings at the URL 
shown above.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]