Module Name: pcc
Committed By: plunky
Date: Mon Oct 22 08:51:48 UTC 2012
Modified Files:
pcc/cc/ccom: builtins.c
pcc/cc/cxxcom: builtins.c
Log Message:
lint says:
warning: conversion of 'int' to 'char' is out of range [119]
fix this by using unsigned storage for the floating constants data
while here, use const also
To generate a diff of this commit:
cvs rdiff -u -r1.45 -r1.46 pcc/cc/ccom/builtins.c
cvs rdiff -u -r1.3 -r1.4 pcc/cc/cxxcom/builtins.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.