view binary.ver @ 36527:6d2f5a28c064

cookies.c: cols must (and does) have 7 elements. Doesn't affect the generated code, but avoids confusion in both humans and newer Coverity versions.
author reimar
date Sun, 19 Jan 2014 10:53:03 +0000
parents 7e4a8748cf9a
children
line wrap: on
line source

MPLAYER_1 {
  # to support glibcs abhorrent backwards-compatibility hack
  global: _IO_stdin_used;
  local: *;
};