File: gl_array_list.h.diff

package info (click to toggle)
gettext 0.23.1-2
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 167,652 kB
  • sloc: ansic: 532,868; sh: 68,216; perl: 28,011; makefile: 9,046; lisp: 3,184; yacc: 1,055; java: 615; cs: 589; cpp: 397; objc: 343; sed: 79; tcl: 63; xml: 40; pascal: 11; awk: 7; php: 7
file content (19 lines) | stat: -rw-r--r-- 536 bytes parent folder | download | duplicates (14)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
*** gl_array_list.h.orig	2007-10-08 12:32:53.000000000 +0200
--- gl_array_list.h	2007-10-17 22:15:00.000000000 +0200
***************
*** 24,30 ****
  extern "C" {
  #endif
  
! extern const struct gl_list_implementation gl_array_list_implementation;
  #define GL_ARRAY_LIST &gl_array_list_implementation
  
  #ifdef __cplusplus
--- 24,30 ----
  extern "C" {
  #endif
  
! extern DLL_VARIABLE const struct gl_list_implementation gl_array_list_implementation;
  #define GL_ARRAY_LIST &gl_array_list_implementation
  
  #ifdef __cplusplus