comparison src/sound.c @ 109637:c4c8e4a16194

Remove extern declarations in .c files, .h files have them. * src/data.c: * src/dired.c: * src/editfns.c: * src/filelock.c: * src/fns.c: * src/font.c: * src/fontset.c: * src/frame.c: * src/fringe.c: * src/ftfont.c: * src/gtkutil.c: * src/indent.c: * src/keyboard.c: * src/keymap.c: * src/lread.c: * src/menu.c: * src/print.c: * src/search.c: * src/sound.c: * src/window.c: * src/xdisp.c: * src/xfaces.c: * src/xfns.c: * src/xfont.c: * src/xftfont.c: * src/xmenu.c: * src/xterm.c: Remove declarations.
author Dan Nicolaescu <dann@ics.uci.edu>
date Thu, 05 Aug 2010 16:34:12 -0700
parents 68ca98ae70fb
children 64732fa6188a
comparison
equal deleted inserted replaced
109636:2d3e59e887ac 109637:c4c8e4a16194
97 97
98 /* BEGIN: Common Definitions */ 98 /* BEGIN: Common Definitions */
99 99
100 /* Symbols. */ 100 /* Symbols. */
101 101
102 extern Lisp_Object QCfile, QCdata;
103 Lisp_Object QCvolume, QCdevice; 102 Lisp_Object QCvolume, QCdevice;
104 Lisp_Object Qsound; 103 Lisp_Object Qsound;
105 Lisp_Object Qplay_sound_functions; 104 Lisp_Object Qplay_sound_functions;
106 105
107 /* Indices of attributes in a sound attributes vector. */ 106 /* Indices of attributes in a sound attributes vector. */